[Java] Enum ObservableSet.ChangeType

  • groovy.util.ObservableSet.ChangeType
public enum ObservableSet.ChangeType

Enum Constants Summary

Enum constants classes
Enum constant Description
ADDED
CLEARED
MULTI_ADD
MULTI_REMOVE
NONE
REMOVED

Field Summary

Fields
Modifiers Name Description
static Object newValue
static Object oldValue

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Enum Constant Detail

public ObservableSet.ChangeType ADDED

public ObservableSet.ChangeType CLEARED

public ObservableSet.ChangeType MULTI_ADD

public ObservableSet.ChangeType MULTI_REMOVE

public ObservableSet.ChangeType NONE

public ObservableSet.ChangeType REMOVED

Field Detail

public static final Object newValue

public static final Object oldValue

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/ObservableSet.ChangeType.html