edu.washington.cs.supple.customization
Class CustomizationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byedu.washington.cs.supple.util.SuppleEvent
          extended byedu.washington.cs.supple.customization.CustomizationEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AppearanceCustomizationEvent

public class CustomizationEvent
extends SuppleEvent

Author:
kgajos
See Also:
Serialized Form

Field Summary
protected  UiObject uiObject
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CustomizationEvent(java.lang.Object source, UiObject uiObject)
           
 
Method Summary
 UiObject getUiObject()
           
 
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
 

Field Detail

uiObject

protected UiObject uiObject
Constructor Detail

CustomizationEvent

public CustomizationEvent(java.lang.Object source,
                          UiObject uiObject)
Parameters:
source - object that raised this event
uiObject - the ui object that the customization was directed at
Method Detail

getUiObject

public UiObject getUiObject()
Returns:
Returns the uiObject.