public class EventChanges
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EventChanges.Type |
Constructor and Description |
---|
EventChanges(java.util.EnumSet<EventChanges.Type> changes) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(EventChanges.Type change) |
java.util.EnumSet<EventChanges.Type> |
getChanges() |
boolean |
hasChanged() |
boolean |
isSignificantChange() |
public EventChanges(java.util.EnumSet<EventChanges.Type> changes)
public java.util.EnumSet<EventChanges.Type> getChanges()
public boolean isSignificantChange()
public boolean contains(EventChanges.Type change)
public boolean hasChanged()
Copyright © 2024. All Rights Reserved.