| java.lang.Object java.util.EventObject org.josso.agent.LocalSessionEvent
LocalSessionEvent | public class LocalSessionEvent extends EventObject (Code) | | General event for notifying listeners of significant changes on a LocalSession.
author: Gianluca Brigandi version: CVS $Id: LocalSessionEvent.java 508 2008-02-18 13:32:29Z sgonzalez $ |
LocalSessionEvent | public LocalSessionEvent(LocalSession localSession, String type, Object data)(Code) | | Construct a new SessionEvent with the specified parameters.
Parameters: localSession - Local Session on which this event occurred Parameters: type - Event _type Parameters: data - Event _data |
getData | public Object getData()(Code) | | Return the event _data of this event.
|
getLocalSession | public LocalSession getLocalSession()(Code) | | Return the Session on which this event occurred.
|
getType | public String getType()(Code) | | Return the event _type of this event.
|
toString | public String toString()(Code) | | Return a string representation of this event.
|
|
|