groovy.util
Class ObservableMap.PropertyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.beans.PropertyChangeEvent
          extended by groovy.util.ObservableMap.PropertyEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObservableMap.MultiPropertyEvent, ObservableMap.PropertyAddedEvent, ObservableMap.PropertyClearedEvent, ObservableMap.PropertyRemovedEvent, ObservableMap.PropertyUpdatedEvent
Enclosing class:
ObservableMap

public abstract static class ObservableMap.PropertyEvent
extends java.beans.PropertyChangeEvent

See Also:
Serialized Form

Field Summary
static int ADDED
           
static int CLEARED
           
static int MULTI
           
protected static java.lang.Object NEWVALUE
           
protected static java.lang.Object OLDVALUE
           
static int REMOVED
           
static int UPDATED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ObservableMap.PropertyEvent(java.lang.Object source, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue, int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId
 
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
 

Field Detail

ADDED

public static final int ADDED
See Also:
Constant Field Values

UPDATED

public static final int UPDATED
See Also:
Constant Field Values

REMOVED

public static final int REMOVED
See Also:
Constant Field Values

CLEARED

public static final int CLEARED
See Also:
Constant Field Values

MULTI

public static final int MULTI
See Also:
Constant Field Values

OLDVALUE

protected static final java.lang.Object OLDVALUE

NEWVALUE

protected static final java.lang.Object NEWVALUE
Constructor Detail

ObservableMap.PropertyEvent

public ObservableMap.PropertyEvent(java.lang.Object source,
                                   java.lang.String propertyName,
                                   java.lang.Object oldValue,
                                   java.lang.Object newValue,
                                   int type)
Method Detail

getType

public int getType()

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