Package org.jgroups.blocks
Interface NotificationBus.Consumer
-
- All Known Implementing Classes:
NotificationBusDemo
- Enclosing class:
- NotificationBus
public static interface NotificationBus.Consumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Serializable
getCache()
Called on the coordinator to obtains its cachevoid
handleNotification(java.io.Serializable n)
void
memberJoined(Address mbr)
void
memberLeft(Address mbr)
-