[Java] Enum ObservableList.ChangeType

  • groovy.util.ObservableList.ChangeType
public enum ObservableList.ChangeType

Enum Constants Summary

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

Field Summary

Fields
Modifiers Name Description
static Object newValue
static Object oldValue

Methods Summary

Methods
Type Params Return Type Name and description
public static ChangeType resolve(int ordinal)

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 ObservableList.ChangeType ADDED

public ObservableList.ChangeType CLEARED

public ObservableList.ChangeType MULTI_ADD

public ObservableList.ChangeType MULTI_REMOVE

public ObservableList.ChangeType NONE

public ObservableList.ChangeType REMOVED

public ObservableList.ChangeType UPDATED

Field Detail

public static final Object newValue

public static final Object oldValue

Method Detail

public static ChangeType resolve(int ordinal)

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