|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task2Computer
Interface that specifies communication from a task to its executing computer.
Method Summary | |
---|---|
Shared |
getShared()
Gets the newest shared object from the computer |
void |
sendEvent(java.lang.Object event)
sends an event to the remote listeners from the executing computer |
boolean |
updateShared(Shared shared)
sends a shared update to the computer |
Method Detail |
---|
boolean updateShared(Shared shared)
shared
- shared object
Shared getShared()
void sendEvent(java.lang.Object event)
event
- event to broadcast to listeners
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |