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.