org.jboss.portal.api.session.event
Class PortalSessionEvent

java.lang.Object
  extended by org.jboss.portal.api.event.PortalEvent
      extended by org.jboss.portal.api.session.event.PortalSessionEvent

public class PortalSessionEvent
extends PortalEvent

Version:
$Revision: 8785 $
Author:
Julien Viet

Field Summary
static int SESSION_CREATED
           
static int SESSION_DESTROYED
           
 
Constructor Summary
PortalSessionEvent(int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_CREATED

public static final int SESSION_CREATED
See Also:
Constant Field Values

SESSION_DESTROYED

public static final int SESSION_DESTROYED
See Also:
Constant Field Values
Constructor Detail

PortalSessionEvent

public PortalSessionEvent(int type)
Method Detail

getType

public int getType()