Groovy 2.2.0

groovy.util
[Java] Class ObservableMap.PropertyEvent

java.lang.Object
  java.util.EventObject
      java.beans.PropertyChangeEvent
          groovy.util.ObservableMap.PropertyEvent

public static abstract class ObservableMap.PropertyEvent
extends PropertyChangeEvent

Constructor Summary
ObservableMap.PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, ChangeType type)

 
Method Summary
ChangeType getChangeType()

int getType()

String getTypeAsString()

 
Methods inherited from class PropertyChangeEvent
toString, getPropagationId, setPropagationId, getNewValue, getOldValue, getPropertyName, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class EventObject
toString, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ObservableMap.PropertyEvent

public ObservableMap.PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, ChangeType type)


 
Method Detail

getChangeType

public ChangeType getChangeType()


getType

public int getType()


getTypeAsString

public String getTypeAsString()


 

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