Uses of Interface
io.atomix.primitive.session.SessionListener
| Package | Description |
|---|---|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
-
Uses of SessionListener in io.atomix.primitive.session
Methods in io.atomix.primitive.session with parameters of type SessionListener Modifier and Type Method Description SessionsSessions. addListener(SessionListener listener)Adds a listener to the sessions.SessionsSessions. removeListener(SessionListener listener)Removes a listener from the sessions.