net.sf.sail.core.beans.event
Class SessionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.ChangeEvent
          extended by net.sf.sail.core.beans.event.SessionEvent
All Implemented Interfaces:
java.io.Serializable

public class SessionEvent
extends javax.swing.event.ChangeEvent

See Also:
Serialized Form

Field Summary
static int END
           
static int INITIATE
           
static int START
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SessionEvent(SessionContext source, int id)
           
 
Method Summary
 int getID()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INITIATE

public static final int INITIATE
See Also:
Constant Field Values

START

public static final int START
See Also:
Constant Field Values

END

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

SessionEvent

public SessionEvent(SessionContext source,
                    int id)
Method Detail

getID

public int getID()


Copyright © 2004-2008 TELS Center. All Rights Reserved.