|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes a callback that can be registered by a
process (an Openwings Component or other Java program) with its
container via the ContainerAccess interface.
This callback gives the container the ability to obtain the process
state.
| Method Summary | |
java.rmi.MarshalledObject |
getProcessState(boolean moveHint)
This method is called by the container to pull the process state. |
void |
requestProcessStateUpdate()
This method is called by the container to request a process state update. |
| Method Detail |
public java.rmi.MarshalledObject getProcessState(boolean moveHint)
moveHint - indicates whether the process is about to be moved.public void requestProcessStateUpdate()
ContainerAccess.updatedProcessState()
method.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||