public static interface Gravity.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
authenticated(Channel channel,
java.security.Principal principal) |
void |
connected(Channel channel) |
void |
disconnected(Channel channel) |
void |
subscribed(Channel channel,
java.lang.String subscriptionId) |
void |
unsubscribed(Channel channel,
java.lang.String subscriptionId) |
void connected(Channel channel)
void subscribed(Channel channel, java.lang.String subscriptionId)
void authenticated(Channel channel, java.security.Principal principal)
void disconnected(Channel channel)
void unsubscribed(Channel channel, java.lang.String subscriptionId)