de.tubs.macs.control
Class SessionEvent

java.lang.Object
  |
  +--de.tubs.macs.control.SessionEvent
Direct Known Subclasses:
ApplicationEvent, FloorEvent

public class SessionEvent
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int APPS_EVENT
           
static int CTRL_DATA
           
 java.lang.Object data
           
static int FLOOR_EVENT
           
static int MASTER_GAIN
           
static int MASTER_RETIRE
           
static int NONE
           
static int SESSION_HIDDEN
           
static int SESSION_VISIBLE
           
 int type
           
static java.lang.String[] typeString
           
static int USER_ADD
           
static int USER_DELETE
           
static int USER_MODIFY
           
 
Constructor Summary
SessionEvent(int type, java.lang.Object data)
           
 
Method Summary
 java.lang.String toShortString(Session session)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final transient int NONE

USER_ADD

public static final transient int USER_ADD

USER_MODIFY

public static final transient int USER_MODIFY

USER_DELETE

public static final transient int USER_DELETE

SESSION_VISIBLE

public static final transient int SESSION_VISIBLE

SESSION_HIDDEN

public static final transient int SESSION_HIDDEN

MASTER_GAIN

public static final transient int MASTER_GAIN

MASTER_RETIRE

public static final transient int MASTER_RETIRE

CTRL_DATA

public static final transient int CTRL_DATA

APPS_EVENT

public static final transient int APPS_EVENT

FLOOR_EVENT

public static final transient int FLOOR_EVENT

typeString

public static final transient java.lang.String[] typeString

type

public int type

data

public java.lang.Object data
Constructor Detail

SessionEvent

public SessionEvent(int type,
                    java.lang.Object data)
Method Detail

toShortString

public java.lang.String toShortString(Session session)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object