Package org.djutils.rmi
Interface RMITest.ProducerInterface
- All Superinterfaces:
 Remote
- All Known Implementing Classes:
 RMITest.Producer
- Enclosing class:
 - RMITest
 
producerInterface for remote producer object.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(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
 
 -