VRJConfig UI API
v2.0


org.vrjuggler.vrjconfig.commoneditors.placer
Class PlacerModelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.vrjuggler.vrjconfig.commoneditors.placer.PlacerModelEvent
All Implemented Interfaces:
Serializable

public class PlacerModelEvent
extends EventObject

Encapsulates information describing changes to a placer data model used to notify placer model listeners of that change.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PlacerModelEvent(Object source)
          Creates a new event fired from the given source.
PlacerModelEvent(Object source, int[] indicies, Object[] values)
          Creates a new event fired from the given source that affects the items at the given indices/values in the source.
 
Method Summary
 int[] getIndicies()
          Gets the indicies of the items that have changed.
 Object[] getValues()
          Gets the values of the items that have changed.
 
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

PlacerModelEvent

public PlacerModelEvent(Object source)
Creates a new event fired from the given source. This signifies that all items in the model have changed.


PlacerModelEvent

public PlacerModelEvent(Object source,
                        int[] indicies,
                        Object[] values)
Creates a new event fired from the given source that affects the items at the given indices/values in the source.

Method Detail

getIndicies

public int[] getIndicies()
Gets the indicies of the items that have changed.


getValues

public Object[] getValues()
Gets the values of the items that have changed.


VRJConfig UI API
v2.0


Copyright © 1998–2005 Iowa State University. All rights reserved.