|
VRJConfig UI API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.vrjuggler.vrjconfig.commoneditors.placer.PlacerModelEvent
public class PlacerModelEvent
Encapsulates information describing changes to a placer data model used to notify placer model listeners of that change.
| 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 |
|---|
public PlacerModelEvent(Object source)
public PlacerModelEvent(Object source,
int[] indicies,
Object[] values)
| Method Detail |
|---|
public int[] getIndicies()
public Object[] getValues()
|
VRJConfig UI API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||