|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
java.beans.PropertyChangeEvent
groovy.util.ObservableList.ElementEvent
class ObservableList.ElementEvent extends PropertyChangeEvent
Field Summary | |
---|---|
static int |
ADDED
|
static int |
CLEARED
|
static int |
MULTI_ADD
|
static int |
MULTI_REMOVE
|
protected static Object |
NEWVALUE
|
protected static Object |
OLDVALUE
|
static int |
REMOVED
|
static int |
UPDATED
|
Constructor Summary | |
ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, int type)
|
Method Summary | |
---|---|
int
|
getIndex()
|
int
|
getType()
|
String
|
getTypeAsString()
|
Methods inherited from class PropertyChangeEvent | |
---|---|
getPropertyName, getNewValue, getOldValue, getPropagationId, setPropagationId, toString, getSource, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class EventObject | |
---|---|
toString, getSource, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
static final int ADDED
static final int CLEARED
static final int MULTI_ADD
static final int MULTI_REMOVE
protected static final Object NEWVALUE
protected static final Object OLDVALUE
static final int REMOVED
static final int UPDATED
Constructor Detail |
---|
public ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, int type)
Method Detail |
---|
public int getIndex()
public int getType()
public String getTypeAsString()
Copyright © 2003-2009 The Codehaus. All rights reserved.