com.guiseframework.event
Interface ModalNavigationListener

All Superinterfaces:
java.util.EventListener, GuiseEventListener
All Known Implementing Classes:
ModalNavigationAdapter

public interface ModalNavigationListener
extends GuiseEventListener

An object that listens for a change in modal navigation modality.

Author:
Garret Wilson

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.
 

Method Detail

modalBegan

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

Parameters:
modalEvent - The event indicating the frame beginning modality and the modal value.

modalEnded

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

Parameters:
modalEvent - The event indicating the frame ending modality and the modal value.


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