Package org.djutils.rmi
Interface RMITest.ProducerInterface
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RMITest.Producer
- Enclosing class:
- RMITest
public static interface RMITest.ProducerInterface extends Remote
producerInterface for remote producer object.
-
Method Summary
Modifier and Type Method Description void
addListener(RMITest.ListenerInterface listener)
Add a listener to the producer.
-
Method Details
-
addListener
Add a listener to the producer.- Parameters:
listener
- the listener to add- Throws:
RemoteException
- on network error
-