org.dellroad.stuff.vaadin
Class ContextApplication.CloseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dellroad.stuff.vaadin.ContextApplication.CloseEvent
All Implemented Interfaces:
Serializable
Enclosing class:
ContextApplication

public static class ContextApplication.CloseEvent
extends EventObject

Event delivered to listeners when a ContextApplication is closed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContextApplication.CloseEvent(ContextApplication application)
           
 
Method Summary
 ContextApplication getContextApplication()
          Get the ContextApplication that is being closed.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextApplication.CloseEvent

public ContextApplication.CloseEvent(ContextApplication application)
Method Detail

getContextApplication

public ContextApplication getContextApplication()
Get the ContextApplication that is being closed.