Package com.streambase.liveview.client
Class AbstractConnectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.streambase.liveview.client.AbstractConnectionEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionClosedEvent
public abstract class AbstractConnectionEvent extends EventObject
Root level of client to server connection related events which are dispatched toConnectionListener
s.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AbstractConnectionEvent(Object source)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
dispatch(ConnectionListener listener)
Dispatches this event to the listener-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
AbstractConnectionEvent
public AbstractConnectionEvent(Object source)
-
-
Method Detail
-
dispatch
public abstract void dispatch(ConnectionListener listener)
Dispatches this event to the listener- Parameters:
listener
- the connection listener
-
-