com.tensegrity.gui.swt.control.panels
Class FormatChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.tensegrity.gui.swt.control.panels.FormatChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class FormatChangedEvent
extends java.util.EventObject

Event object which describes the change of a format item

Version:
$Id: FormatChangedEvent.java,v 1.3 2005/03/22 16:23:22 ArndHouben Exp $
Author:
Arnd Houben
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FormatChangedEvent(java.lang.Object source, FormatItem changedItem)
          Constructor which requires an initial FormatItem
 
Method Summary
 FormatItem getChangedItem()
          Returns the changed format item
 
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

FormatChangedEvent

public FormatChangedEvent(java.lang.Object source,
                          FormatItem changedItem)
Constructor which requires an initial FormatItem

Parameters:
source - the control which changed a format parameter
changedItem - the changed format item
Method Detail

getChangedItem

public final FormatItem getChangedItem()
Returns the changed format item

Returns:
the changed format item


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.