com.itmill.toolkit.ui
Class Component.Event

java.lang.Object
  extended by java.util.EventObject
      extended by com.itmill.toolkit.ui.Component.Event
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractField.ReadOnlyStatusChangeEvent, Button.ClickEvent, Component.ErrorEvent, ComponentContainer.ComponentAttachEvent, ComponentContainer.ComponentDetachEvent, Field.ValueChangeEvent, ItemClickEvent, Label.ValueChangeEvent, LoginForm.LoginEvent, PopupView.PopupVisibilityEvent, TabSheet.SelectedTabChangeEvent, Tree.CollapseEvent, Tree.ExpandEvent, Upload.FinishedEvent, Upload.StartedEvent, UriFragmentUtility.FragmentChangedEvent, Window.CloseEvent
Enclosing interface:
Component

public static class Component.Event
extends EventObject

Superclass of all component originated Events.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Component.Event(Component source)
          Constructs a new event with a specified source component.
 
Method Summary
 
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

Component.Event

public Component.Event(Component source)
Constructs a new event with a specified source component.

Parameters:
source - the source component of the event.


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.