public interface SessionEventBroadcaster
| Modifier and Type | Interface and Description |
|---|---|
static class |
SessionEventBroadcaster.NullSessionEventBroadcaster
A default implementation of SessionEventBroadcaster that does nothing, in case we're not interested in SessionEvents.
|
| Modifier and Type | Field and Description |
|---|---|
static SessionEventBroadcaster |
NO_OP_BROADCASTER |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyListenersOf(SessionEvent event) |
void |
registerListener(String listenerId,
SessionEventListener listener) |
void |
unregisterListener(String listenerId) |
static final SessionEventBroadcaster NO_OP_BROADCASTER
void registerListener(String listenerId, SessionEventListener listener)
void unregisterListener(String listenerId)
void notifyListenersOf(SessionEvent event)
Copyright © 2006-2014 GateIn. All Rights Reserved.