Class UpdatableUpdatedEvent


  • public class UpdatableUpdatedEvent
    extends Object
    The Event that is emitted from the NodeEventEmitter, encapsulating a updatable.
    Author:
    cl
    • Constructor Detail

      • UpdatableUpdatedEvent

        public UpdatableUpdatedEvent​(javax.measure.Quantity<javax.measure.quantity.Time> time,
                                     Updatable updatable)
        Creates a new NodeUpdatedEvent.
        Parameters:
        time - The time the event was emitted.
        updatable - The encapsulated updatable.
    • Method Detail

      • getTime

        public javax.measure.Quantity<javax.measure.quantity.Time> getTime()
        Returns the time the event was emitted.
        Returns:
        The time the event was emitted.
      • getUpdatable

        public Updatable getUpdatable()
        Returns the updatable
        Returns:
        The updatable