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 Summary

    Modifier and Type Method Description
    String getName()
    Return the name under which the listenerInterface is registered.
    void notify​(String payload)
    Notify the listener of a message.