|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StompConnection.Listener | |
---|---|
org.jgroups.client | |
org.jgroups.demos | Provides demonstrations of JGroups functionality. |
Uses of StompConnection.Listener in org.jgroups.client |
---|
Fields in org.jgroups.client with type parameters of type StompConnection.Listener | |
---|---|
protected java.util.Set<StompConnection.Listener> |
StompConnection.listeners
|
Methods in org.jgroups.client with parameters of type StompConnection.Listener | |
---|---|
void |
StompConnection.addListener(StompConnection.Listener listener)
|
void |
StompConnection.removeListener(StompConnection.Listener listener)
|
Uses of StompConnection.Listener in org.jgroups.demos |
---|
Classes in org.jgroups.demos that implement StompConnection.Listener | |
---|---|
class |
StompChat
Chat client using STOMP to talk to other clients |
class |
StompDraw
Simple STOMP demo client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |