Class PlanningActionNotificationEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocallapp.wfm.core.bl.schedule.planningaction.event.PlanningActionNotificationEvent

public class PlanningActionNotificationEvent extends BusinessEvent<Void>
Event to point out that an action notification has been planned. The launcher must provide a valid PlanningAction in order to successfully call this event. The listener could use this event to perform actions after the planning action notification.
Since:
9.1
GCApi:
event
No Reactors
No Spouts
  • Field Details

  • Constructor Details

    • PlanningActionNotificationEvent

      public PlanningActionNotificationEvent()
  • Method Details

    • getPlanningAction

      public PlanningAction getPlanningAction()
      Returns the planning action.
      Returns:
      the planning action
    • setPlanningAction

      public void setPlanningAction(PlanningAction planningAction)
      Sets the planning action.
      Parameters:
      planningAction - the planning action