com.guiseframework.event
Class AbstractGuiseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.globalmentor.event.AbstractEvent
          extended by com.guiseframework.event.AbstractGuiseEvent
All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, java.io.Serializable
Direct Known Subclasses:
AbstractInputEvent, AbstractPlatformEvent, AbstractTargetedGuiseEvent, CollectionEvent, ModalEvent, NavigationEvent, ProgressEvent, ValueEvent

public abstract class AbstractGuiseEvent
extends com.globalmentor.event.AbstractEvent
implements GuiseEvent

The base class for custom Guise events.

Author:
Garret Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AbstractGuiseEvent(java.lang.Object source)
          Source constructor.
 
Method Summary
 GuiseSession getSession()
           
 
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
 
Methods inherited from interface com.globalmentor.event.Event
getSource
 

Constructor Detail

AbstractGuiseEvent

public AbstractGuiseEvent(java.lang.Object source)
Source constructor.

Parameters:
source - The object on which the event initially occurred.
Throws:
java.lang.NullPointerException - if the given source is null.
Method Detail

getSession

public GuiseSession getSession()
Specified by:
getSession in interface GuiseEvent
Returns:
The Guise session in which this event was generated.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.