Groovy 1.7.0

groovy.util
Class ObservableList.ElementEvent

java.lang.Object
  java.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

ADDED

static final int ADDED


CLEARED

static final int CLEARED


MULTI_ADD

static final int MULTI_ADD


MULTI_REMOVE

static final int MULTI_REMOVE


NEWVALUE

protected static final Object NEWVALUE


OLDVALUE

protected static final Object OLDVALUE


REMOVED

static final int REMOVED


UPDATED

static final int UPDATED


 
Constructor Detail

ObservableList.ElementEvent

public ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, int type)


 
Method Detail

getIndex

public int getIndex()


getType

public int getType()


getTypeAsString

public String getTypeAsString()


 

Copyright © 2003-2009 The Codehaus. All rights reserved.