Search
ScheduleListener.itemEndTimeTriggered Method
See Also
 






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

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

void itemEndTimeTriggered (
    ItemEvent e
)

 Parameters

e

An ItemEvent object.

 See Also