Class StoreEvent

java.lang.Object
io.vertigo.datastore.entitystore.StoreEvent
All Implemented Interfaces:
io.vertigo.commons.eventbus.Event

public final class StoreEvent extends Object implements 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
  • Constructor Details

    • StoreEvent

      public StoreEvent(StoreEvent.Type type, List<io.vertigo.datamodel.data.model.UID> uids)
      Constructor.
      Parameters:
      type - Store type
      uid - UID of stored element
  • Method Details

    • getUIDs

      public List<io.vertigo.datamodel.data.model.UID> getUIDs()
      Returns:
      UID of stored element
    • getType

      public StoreEvent.Type getType()
      Returns:
      Store type