Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.event
Interface SessionEventListener

All Known Implementing Classes:
ConnectionMultiplexerManager

public interface SessionEventListener

Interface to listen for session events. Use the SessionEventDispatcher.addListener(SessionEventListener) method to register for events.

Author:
Matt Tucker

Method Summary
 void anonymousSessionCreated(Session session)
          An anonymous session was created.
 void anonymousSessionDestroyed(Session session)
          An anonymous session was created.
 void sessionCreated(Session session)
          A session was created.
 void sessionDestroyed(Session session)
          A session was destroyed
 

Method Detail

sessionCreated

void sessionCreated(Session session)
A session was created.

Parameters:
session - the session.

sessionDestroyed

void sessionDestroyed(Session session)
A session was destroyed

Parameters:
session - the session.

anonymousSessionCreated

void anonymousSessionCreated(Session session)
An anonymous session was created.

Parameters:
session - the session.

anonymousSessionDestroyed

void anonymousSessionDestroyed(Session session)
An anonymous session was created.

Parameters:
session - the session.

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.