com.guiseframework.event
Class ModalEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.globalmentor.event.AbstractEvent
          extended by com.guiseframework.event.AbstractGuiseEvent
              extended by com.guiseframework.event.ModalEvent
All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, java.io.Serializable

public class ModalEvent
extends AbstractGuiseEvent

An event indicating that a component changed modes. author Garret Wilson

See Also:
Serialized Form

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

ModalEvent

public ModalEvent(ModalNavigationPanel<?> source)
Source constructor.

Parameters:
source - The object on which the event initially occurred.
Throws:
java.lang.NullPointerException - if the given source is null.
Method Detail

getSource

public ModalNavigationPanel<?> getSource()
Description copied from interface: com.globalmentor.event.Event
The object on which the event initially occurred.

Specified by:
getSource in interface com.globalmentor.event.Event
Overrides:
getSource in class java.util.EventObject
Returns:
The source of the event.


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