|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.session.RemoteSessionEventSupport
RemoteSessionEventSupport is a helper class for managing
RemoteSessionEventListener registrations and notifications.
| Constructor Summary | |
RemoteSessionEventSupport()
Create a new RemoteSessionEventSupport instance. |
|
| Method Summary | |
void |
addRemoteSessionEventListener(RemoteSessionEventListener listener)
Add a RemoteSessionEventListener to this component. |
void |
fireRemoteSessionEvent(RemoteSessionEvent event)
Notify all RemoteSessionEventListeners of a RemoteSessionEvent. |
void |
recycle()
Recycle the resources of this object |
void |
removeRemoteSessionEventListener(RemoteSessionEventListener listener)
Remove a RemoteSessionEventListener from this component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RemoteSessionEventSupport()
| Method Detail |
public void addRemoteSessionEventListener(RemoteSessionEventListener listener)
listener - The listener to addpublic void removeRemoteSessionEventListener(RemoteSessionEventListener listener)
listener - The listener to removepublic void fireRemoteSessionEvent(RemoteSessionEvent event)
public void recycle()
recycle in interface Recyclable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||