Decision Center API

ilog.rules.teamserver.model
Class SessionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.rules.teamserver.model.SessionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitEvent, DeleteEvent

public abstract class SessionEvent
extends EventObject

Abstract class for events that notifies a change of an element in Decision Center.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 IlrElementHandle getElement()
          Gets the element associated with the event.
 IlrSession getSession()
          Gets the session from which this event has been created.
 
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
 

Method Detail

getSession

public IlrSession getSession()
Gets the session from which this event has been created.

Returns:
A session object. Cannot be null.

getElement

public IlrElementHandle getElement()
Gets the element associated with the event.

Returns:
Handle on an element. This can be a new or existing element.

Decision Center API

© Copyright IBM Corp. 1987, 2013