Class StoreEvent

  • All Implemented Interfaces:
    Event

    public final class StoreEvent
    extends Object
    implements Event
    This class defines the event that is emitted when the store deals with an object identified by an uri.
    Author:
    pchretien
    • Constructor Detail

      • StoreEvent

        public StoreEvent​(StoreEvent.Type type,
                          UID uid)
        Constructor.
        Parameters:
        type - Store type
        uid - UID of stored element
    • Method Detail

      • getUID

        public UID getUID()
        Returns:
        UID of stored element