Package org.djutils.rmi
Interface RMITest.ListenerInterface
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RMITest.Listener
- Enclosing class:
- RMITest
public static interface RMITest.ListenerInterface extends Remote
ListenerInterface for remote listener object.
-
Method Details
-
getName
Return the name under which the listenerInterface is registered.- Returns:
- the name
- Throws:
RemoteException
- on network error
-
notify
Notify the listener of a message.- Parameters:
payload
- the message- Throws:
RemoteException
- on network error
-