java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<BOClocking,Void>
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.event.ClockingUpdateEvent

public class ClockingUpdateEvent extends SimpleBusinessEvent<BOClocking,Void>
Event to update a BOClocking.
The launcher must provide a valid BOClocking in order to successfully call this event.
The listener updates the BOClocking starting from the event input, i.e. the given BOClocking in which all needed components were previously updated.
Since:
9.2
GCApi:
event
Reactors:
BTClockingUpdate(0)
No Spouts
  • Constructor Details

    • ClockingUpdateEvent

      public ClockingUpdateEvent(BOClocking bo)
      Instantiates a new clocking update event.
      Parameters:
      bo - the technical object to update with the updated components