ix.ip2.event
Interface AgendaItemListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ActivityEditor.ActivityEditPanel, ActivityInsertionEditor.InsertionEditPanel, AgendaItemAdapter, AgendaItemTableModel.TreeAgendaItem, AgendaViewTable.Row, ConditionHandler.ItemListener, ExpandHandler.ItemListener, IssueEditor.IssueEditPanel, ItemEditor.EditPanel, QueryHandler.AnswerListener
public interface AgendaItemListener
- extends java.util.EventListener
statusChanged
void statusChanged(AgendaItemEvent e)
priorityChanged
void priorityChanged(AgendaItemEvent e)
handlerActionsChanged
void handlerActionsChanged(AgendaItemEvent e)
newHandlerAction
void newHandlerAction(AgendaItemEvent e,
HandlerAction a)
newReport
void newReport(AgendaItemEvent e,
Report report)
agendaItemEdited
void agendaItemEdited(AgendaItemEvent e)