@SerializeWith(value=GroupMovedEvent.ExternalizerImpl.class) public class GroupMovedEvent extends InvalidationEvent implements RealmCacheInvalidationEvent
Modifier and Type | Class and Description |
---|---|
static class |
GroupMovedEvent.ExternalizerImpl |
Constructor and Description |
---|
GroupMovedEvent() |
Modifier and Type | Method and Description |
---|---|
void |
addInvalidations(RealmCacheManager realmCache,
Set<String> invalidations) |
static GroupMovedEvent |
create(GroupModel group,
GroupModel toParent,
String realmId) |
boolean |
equals(Object o) |
String |
getId() |
int |
hashCode() |
String |
toString() |
public static GroupMovedEvent create(GroupModel group, GroupModel toParent, String realmId)
public String getId()
getId
in class InvalidationEvent
public void addInvalidations(RealmCacheManager realmCache, Set<String> invalidations)
addInvalidations
in interface RealmCacheInvalidationEvent
public boolean equals(Object o)
equals
in class InvalidationEvent
public int hashCode()
hashCode
in class InvalidationEvent
Copyright © 2021 JBoss by Red Hat. All rights reserved.