Package io.vertigo.datastore.entitystore
Class StoreEvent
- java.lang.Object
-
- io.vertigo.datastore.entitystore.StoreEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoreEvent.Type
Type of event.
-
Constructor Summary
Constructors Constructor Description StoreEvent(StoreEvent.Type type, UID uid)
Constructor.
-
-
-
Constructor Detail
-
StoreEvent
public StoreEvent(StoreEvent.Type type, UID uid)
Constructor.- Parameters:
type
- Store typeuid
- UID of stored element
-
-
Method Detail
-
getUID
public UID getUID()
- Returns:
- UID of stored element
-
getType
public StoreEvent.Type getType()
- Returns:
- Store type
-
-