Package io.vertigo.datastore.entitystore
Class StoreEvent
java.lang.Object
io.vertigo.datastore.entitystore.StoreEvent
- All Implemented Interfaces:
io.vertigo.commons.eventbus.Event
This class defines the event that is emitted when the store deals with a list of object identified by an uid.
- Author:
- pchretien
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStoreEvent(StoreEvent.Type type, List<io.vertigo.datamodel.data.model.UID> uids) Constructor. -
Method Summary
-
Constructor Details
-
StoreEvent
Constructor.- Parameters:
type- Store typeuid- UID of stored element
-
-
Method Details
-
getUIDs
- Returns:
- UID of stored element
-
getType
- Returns:
- Store type
-