com.vaadin.server
Class AddonContextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.server.AddonContextEvent
All Implemented Interfaces:
java.io.Serializable

public class AddonContextEvent
extends java.util.EventObject

Event used when an AddonContext is created and destroyed.

Since:
7.0.0
Author:
Vaadin Ltd
See Also:
AddonContextListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AddonContextEvent(AddonContext source)
          Creates a new event for the given add-on context.
 
Method Summary
 AddonContext getAddonContext()
          Gets the add-on context that created this event.
 
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

AddonContextEvent

public AddonContextEvent(AddonContext source)
Creates a new event for the given add-on context.

Parameters:
source - the add-on context that created the event
Method Detail

getAddonContext

public AddonContext getAddonContext()
Gets the add-on context that created this event.

Returns:
the add-on context that created this event.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.