Uses of Interface
com.ibm.calendar.events.ActionCanceledEventListener

Packages that use ActionCanceledEventListener
com.ibm.calendar   
 

Uses of ActionCanceledEventListener in com.ibm.calendar
 

Methods in com.ibm.calendar with parameters of type ActionCanceledEventListener
 void DayPlugin.addActionCanceledEventListener(ActionCanceledEventListener newListener)
          Adds an ActionCanceledEventListener to the listener list.
 void NotePlugin.addActionCanceledEventListener(ActionCanceledEventListener newListener)
          Adds an ActionCanceledEventListener to the listener list.
 void ToDoPlugin.addActionCanceledEventListener(ActionCanceledEventListener newListener)
          Adds an ActionCanceledEventListener to the listener list.
 void DayPlugin.removeActionCanceledEventListener(ActionCanceledEventListener newListener)
          Removes an ActionCanceledEventListener to the listener list.
 void NotePlugin.removeActionCanceledEventListener(ActionCanceledEventListener newListener)
          Removes an ActionCanceledEventListener to the listener list.
 void ToDoPlugin.removeActionCanceledEventListener(ActionCanceledEventListener newListener)
          Removes an ActionCanceledEventListener to the listener list.