Interface IScheduleEvent

All Superinterfaces:
IEvent, INotifiableEvent, IPortalEvent, Serializable

public interface IScheduleEvent extends IPortalEvent
Raised when the scheduled time for a scheduled event comes.
  • Method Details

    • getScheduleEventName

      String getScheduleEventName()
      Returns the name of the scheduled event this event was raised for.
      Returns:
      String name of the scheduled event
    • getCallbackInfo

      String getCallbackInfo()
      Returns an additional callback info associated with this schedule instance
      Returns: