Search
ScheduleListener Members
Methods
 


Defines the events raised by the Schedule class.

The following tables list the members exposed by the ScheduleListener type.

 Public Methods

  Name Description

actionRedone

Raised when an action is redone.

actionUndone

Raised when an action is undone.

deserializeTag

Raised during XML deserialization to enable users to perform custom deserialization of the tag values of items and resources.

exceptionCreated

Raised when a recurrence exception item is created.

instantiateItem

Raised when deserializing a custom item whose type has not been registered.

instantiateResource

Raised when deserializing a custom resource whose type has not been registered.

itemEndTimeChanged

Raised when the Item.getEndTime of an item in this Schedule has changed.

itemEndTimeTriggered

Raised when the reminder for an item is triggered, but taking into consideration the item's end time for the purpose.

itemReminderTriggered

Raised when the reminder for an item is triggered.

itemResourceChanged

Raised when any of the associated resources of an item in the schedule has changed.

itemStartTimeChanged

Raised when the Item.getStartTime of an item in this Schedule has changed.

itemVisualsChanged

Raised when the appearance of an item in the schedule has changed.

jsonDeserializeTag

Raised during Json deserialization to enable users to perform custom deserialization of the tag values of items and resources.

jsonSerializeTag

Raised during Json serialization to enable users to perform custom serialization of the tag values of items and resources.

recurrenceReset

Raised when the recurrence pattern associated with an item has been reset, causing all associated exception items to be lost.

serializeTag

Raised during XML serialization to enable users to perform custom serialization of the tag values of items and resources.

taskReminderTriggered

Raised when the reminder for a task is triggered.

 See Also