Openfire 3.3.2 Javadoc

org.jivesoftware.openfire.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)
          Notification event indicating that an anonymous user has authenticated with the server.
 void anonymousSessionDestroyed(Session session)
          /** An authenticated session of an anonymous user was destroyed.
 void sessionCreated(Session session)
          Notification event indicating that a user has authenticated with the server.
 void sessionDestroyed(Session session)
          An authenticated session of a non anonymous user was destroyed.
 

Method Detail

sessionCreated

void sessionCreated(Session session)
Notification event indicating that a user has authenticated with the server. The authenticated user is not an anonymous user.

Parameters:
session - the authenticated session of a non anonymous user.

sessionDestroyed

void sessionDestroyed(Session session)
An authenticated session of a non anonymous user was destroyed.

Parameters:
session - the authenticated session of a non anonymous user.

anonymousSessionCreated

void anonymousSessionCreated(Session session)
Notification event indicating that an anonymous user has authenticated with the server.

Parameters:
session - the authenticated session of an anonymous user.

anonymousSessionDestroyed

void anonymousSessionDestroyed(Session session)
/** An authenticated session of an anonymous user was destroyed.

Parameters:
session - the authenticated session of an anonymous user.

Openfire 3.3.2 Javadoc

Copyright © 2003-2007 Jive Software.