Interface Broadcaster.Listener
-
- All Known Implementing Classes:
PersistentCache
- Enclosing interface:
- Broadcaster
public static interface Broadcaster.ListenerA listener for new messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceive(java.nio.ByteBuffer buff)Receive a message.
-