org.dishevelled.observable.event
Class SetChangeEvent<E>

java.lang.Object
  extended by java.util.EventObject
      extended by org.dishevelled.observable.event.SetChangeEvent<E>
Type Parameters:
E - set element type
All Implemented Interfaces:
Serializable

public class SetChangeEvent<E>
extends EventObject

An event object representing a change made to an observable set.

Version:
$Revision$ $Date$
Author:
Michael Heuer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SetChangeEvent(ObservableSet<E> source)
          Create a new set change event with the specified observable set as the event source.
 
Method Summary
 ObservableSet<E> getObservableSet()
          Return the source of this set change event as an ObservableSet.
 
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

SetChangeEvent

public SetChangeEvent(ObservableSet<E> source)
Create a new set change event with the specified observable set as the event source.

Parameters:
source - source of the event
Method Detail

getObservableSet

public final ObservableSet<E> getObservableSet()
Return the source of this set change event as an ObservableSet.

Returns:
the source of this set change event as an ObservableSet


Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).