com.cafesoft.cams.session
Interface ManagedSessionEventHandler

All Superinterfaces:
Debuggable, ManagedSessionEventListener

public interface ManagedSessionEventHandler
extends ManagedSessionEventListener

ManagedSessionEventHandler defines the interface for a class that handles a ManagedSessionEvent. The handler implementation gains access to initialization parameters, logging, and services via a Cams Config object and it's associated Context.


Method Summary
 void initialize(Config config)
          Initialize the ManagedSessionEventHandler.
 
Methods inherited from interface com.cafesoft.cams.session.ManagedSessionEventListener
handleManagedSessionEvent
 
Methods inherited from interface com.cafesoft.core.util.Debuggable
setDebug
 

Method Detail

initialize

public void initialize(Config config)
                throws ConfigException
Initialize the ManagedSessionEventHandler.

Parameters:
config - a Config object that provides access to configuration parameters and a runtime Context.
ConfigException


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.