|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.globalmentor.event.AbstractEvent
com.guiseframework.event.AbstractGuiseEvent
com.guiseframework.platform.AbstractPlatformEvent
com.guiseframework.platform.AbstractDepictEvent
public abstract class AbstractDepictEvent
The base class for events to or from a depicted object on some platform. The source of the event is the depicted object.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AbstractDepictEvent(DepictedObject depictedObject)
Depicted object constructor. |
|
| Method Summary | |
|---|---|
DepictedObject |
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.globalmentor.event.Event |
|---|
getSource |
| Constructor Detail |
|---|
public AbstractDepictEvent(DepictedObject depictedObject)
depictedObject - The depicted object on which the event initially occurred.
java.lang.NullPointerException - if the given depicted object is null.| Method Detail |
|---|
public DepictedObject getDepictedObject()
getDepictedObject in interface DepictEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||