com.cafesoft.cams.session
Class RemoteSessionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.cafesoft.cams.session.RemoteSessionEvent
All Implemented Interfaces:
Serializable

public class RemoteSessionEvent
extends EventObject

Defines an Event generated by a RemoteSessionManager when:

Since:
6/14/02
See Also:
Serialized Form

Field Summary
protected  RemoteSessionEventType eventType
          The event type.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RemoteSessionEvent(Object source, RemoteSessionEventType eventType, RemoteSession session)
          Create a new RemoteSessionEvent.
 
Method Summary
 RemoteSessionEventType getEventType()
          Get the event type.
 RemoteSession getRemoteSession()
          Get the RemoteSession.
 void setEventType(RemoteSessionEventType eventType)
          Set the event type.
 void setRemoteSession(RemoteSession session)
          Set the RemoteSession.
 
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

eventType

protected RemoteSessionEventType eventType
The event type.

Constructor Detail

RemoteSessionEvent

public RemoteSessionEvent(Object source,
                          RemoteSessionEventType eventType,
                          RemoteSession session)
Create a new RemoteSessionEvent.

Parameters:
source - the object that generated the event
eventType - the type of event
session - the Remote session associated with the event.
Method Detail

getEventType

public RemoteSessionEventType getEventType()
Get the event type.

Returns:
the RemoteSessionEventType.

setEventType

public void setEventType(RemoteSessionEventType eventType)
Set the event type.

Parameters:
eventType - the RemoteSessionEvent type.

getRemoteSession

public RemoteSession getRemoteSession()
Get the RemoteSession.

Returns:
the RemoteSession associated with the event.

setRemoteSession

public void setRemoteSession(RemoteSession session)
Set the RemoteSession.

Parameters:
session - the RemoteSession associated with the event.


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