|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteServiceEventListener
The RemoteServiceListener interface is used to specify support for clients that wish to participate in notification of distributed events. Notification of events using this interface are done within the JVM, remote invocation semantics are not implied by the use of this interface.
| Method Summary | |
|---|---|
void |
notify(RemoteServiceEvent event)
The notify method is invoked on a RemoteServiceEventListener
for RemoteServiceEvents that the listener has registered
interest on. |
| Method Detail |
|---|
void notify(RemoteServiceEvent event)
RemoteServiceEventListener
for RemoteServiceEvents that the listener has registered
interest on.
The notification of RemoteServiceEvent objects is done within a JVM, remote invocation semantics are not implied by the use of this interface.
event - A RemoteServiceEvent object
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||