public abstract class ElementEvent<E> extends PropertyChangeEvent
Modifier and Type | Field and Description |
---|---|
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 |
source
Constructor and Description |
---|
ElementEvent(Object source,
Object oldValue,
Object newValue,
int index,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
int |
getType() |
String |
getTypeAsString() |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toString
getSource
public static final int ADDED
public static final int UPDATED
public static final int REMOVED
public static final int CLEARED
public static final int MULTI_ADD
public static final int MULTI_REMOVE
protected static final Object OLDVALUE
protected static final Object NEWVALUE
public int getIndex()
public int getType()
public String getTypeAsString()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.