|
|||||||||
| 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.event.ModalEvent
public class ModalEvent
An event indicating that a component changed modes. author Garret Wilson
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ModalEvent(ModalNavigationPanel<?> source)
Source constructor. |
|
| Method Summary | |
|---|---|
ModalNavigationPanel<?> |
getSource()
The object on which the event initially occurred. |
| Methods inherited from class com.guiseframework.event.AbstractGuiseEvent |
|---|
getSession |
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModalEvent(ModalNavigationPanel<?> source)
source - The object on which the event initially occurred.
java.lang.NullPointerException - if the given source is null.| Method Detail |
|---|
public ModalNavigationPanel<?> getSource()
com.globalmentor.event.Event
getSource in interface com.globalmentor.event.EventgetSource in class java.util.EventObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||