|
|||||||||
| 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
public abstract class AbstractGuiseEvent
The base class for custom Guise events.
| 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 |
|---|
public AbstractGuiseEvent(java.lang.Object source)
source - The object on which the event initially occurred.
java.lang.NullPointerException - if the given source is null.| Method Detail |
|---|
public GuiseSession getSession()
getSession in interface GuiseEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||