|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.event.ModalNavigationAdapter
public class ModalNavigationAdapter
An object that listens for the end of a modal frame's modality, providing default empty method definitions.
| Constructor Summary | |
|---|---|
ModalNavigationAdapter()
|
|
| Method Summary | |
|---|---|
void |
modalBegan(ModalEvent modalEvent)
Called when an a modal frame Begins its modality. |
void |
modalEnded(ModalEvent modalEvent)
Called when an a modal frame ends its modality. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModalNavigationAdapter()
| Method Detail |
|---|
public void modalBegan(ModalEvent modalEvent)
modalBegan in interface ModalNavigationListenermodalEvent - The event indicating the frame beginning modality and the modal value.public void modalEnded(ModalEvent modalEvent)
modalEnded in interface ModalNavigationListenermodalEvent - The event indicating the frame ending modality and the modal value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||