com.guiseframework.platform.web
Class AbstractWebDepictEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.globalmentor.event.AbstractEvent
          extended by com.guiseframework.event.AbstractGuiseEvent
              extended by com.guiseframework.platform.AbstractPlatformEvent
                  extended by com.guiseframework.platform.AbstractDepictEvent
                      extended by com.guiseframework.platform.web.AbstractWebDepictEvent
All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, DepictEvent, PlatformEvent, PlatformMessage, WebDepictEvent, WebPlatformEvent, WebPlatformMessage, java.io.Serializable
Direct Known Subclasses:
WebActionDepictEvent, WebChangeDepictEvent, WebCommandDepictEvent, WebProgressDepictEvent

public abstract class AbstractWebDepictEvent
extends AbstractDepictEvent
implements WebDepictEvent

The base class for events to or from a depicted object on the web platform. The source of the event is the depicted object.

Author:
Garret Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AbstractWebDepictEvent(DepictedObject depictedObject)
          Depicted object constructor.
 
Method Summary
 
Methods inherited from class com.guiseframework.platform.AbstractDepictEvent
getDepictedObject
 
Methods inherited from class com.guiseframework.event.AbstractGuiseEvent
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.guiseframework.platform.DepictEvent
getDepictedObject
 
Methods inherited from interface com.globalmentor.event.Event
getSource
 

Constructor Detail

AbstractWebDepictEvent

public AbstractWebDepictEvent(DepictedObject depictedObject)
Depicted object constructor.

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


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