@Requires(classes=WebSocketEvent.class) @Requires(beans=SessionStore.class) @Singleton @Internal public class SessionWebSocketEventListener extends Object implements ApplicationEventListener<WebSocketEvent>
Modifier and Type | Method and Description |
---|---|
void |
onApplicationEvent(WebSocketEvent event)
Handle an application event.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supports
public void onApplicationEvent(WebSocketEvent event)
ApplicationEventListener
onApplicationEvent
in interface ApplicationEventListener<WebSocketEvent>
event
- the event to respond to