Uses of Interface
org.jgroups.client.StompConnection.Listener
-
Packages that use StompConnection.Listener Package Description 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 Modifier and Type Field Description protected java.util.Set<StompConnection.Listener>
StompConnection. listeners
Methods in org.jgroups.client with parameters of type StompConnection.Listener Modifier and Type Method Description 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 Modifier and Type Class Description class
StompChat
Chat client using STOMP to talk to other clientsclass
StompDraw
Simple STOMP demo client.
-