com.cafesoft.cams.session
Class RemoteSessionEventType

java.lang.Object
  |
  +--com.cafesoft.cams.session.RemoteSessionEventType

public class RemoteSessionEventType
extends Object

Type-safe constant class that represents RemoteSessionEvent types.

Since:
6/14/02
See Also:
RemoteSessionEvent

Field Summary
static RemoteSessionEventType SESSION_CLOSED
          The CLOSED RemoteSessionEventType
static RemoteSessionEventType SESSION_CREATED
          The CREATED RemoteSessionEventType
static RemoteSessionEventType SESSION_EXPIRED
          The EXPIRED RemoteSessionEventType
 
Method Summary
 String toString()
          Return a String representation of the RemoteSessionEventType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SESSION_CREATED

public static final RemoteSessionEventType SESSION_CREATED
The CREATED RemoteSessionEventType


SESSION_CLOSED

public static final RemoteSessionEventType SESSION_CLOSED
The CLOSED RemoteSessionEventType


SESSION_EXPIRED

public static final RemoteSessionEventType SESSION_EXPIRED
The EXPIRED RemoteSessionEventType

Method Detail

toString

public String toString()
Return a String representation of the RemoteSessionEventType.

Overrides:
toString in class Object
Returns:
a String representing the RemoteSessionEventType


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