com.guiseframework.event
Class ModalNavigationAdapter

java.lang.Object
  extended by com.guiseframework.event.ModalNavigationAdapter
All Implemented Interfaces:
GuiseEventListener, ModalNavigationListener, java.util.EventListener

public class ModalNavigationAdapter
extends java.lang.Object
implements ModalNavigationListener

An object that listens for the end of a modal frame's modality, providing default empty method definitions.

Author:
Garret Wilson

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

ModalNavigationAdapter

public ModalNavigationAdapter()
Method Detail

modalBegan

public void modalBegan(ModalEvent modalEvent)
Called when an a modal frame Begins its modality.

Specified by:
modalBegan in interface ModalNavigationListener
Parameters:
modalEvent - The event indicating the frame beginning modality and the modal value.

modalEnded

public void modalEnded(ModalEvent modalEvent)
Called when an a modal frame ends its modality.

Specified by:
modalEnded in interface ModalNavigationListener
Parameters:
modalEvent - The event indicating the frame ending modality and the modal value.


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