|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SyncEventListener
Specifies the behavior of listeners of MulticastEvent
instances.
| Method Summary | |
|---|---|
java.lang.Object |
onSyncEvent(RemoteEvent evt)
Receives multicast events. |
| Method Detail |
|---|
java.lang.Object onSyncEvent(RemoteEvent evt)
evt - a RemoteEvent.
Object consisting of
the synchronous response that is expected from this
intance. This method can return null, if
such can be the case. If an exception must be signaled
to the caller, then it should be returned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||