Uses of Interface
ix.ip2.event.AgendaItemListener

Packages that use AgendaItemListener
ix.ip2 I-X Process Panels 
ix.ip2.event Interfaces and classes for events fired within process panels. 
 

Uses of AgendaItemListener in ix.ip2
 

Classes in ix.ip2 that implement AgendaItemListener
(package private)  class ActivityEditor.ActivityEditPanel
           
(package private)  class ActivityInsertionEditor.InsertionEditPanel
           
protected  class AgendaItemTableModel.TreeAgendaItem
           
(package private)  class AgendaViewTable.Row
          A row of the table - corresponds to one item.
protected  class ConditionHandler.ItemListener
           
protected  class ExpandHandler.ItemListener
           
(package private)  class IssueEditor.IssueEditPanel
           
protected  class ItemEditor.EditPanel
          Item-editing panel
(package private) static class QueryHandler.AnswerListener
          A listener that waits for a new report that contains an answer to the query.
 

Methods in ix.ip2 with parameters of type AgendaItemListener
 void AgendaItem.addItemListener(AgendaItemListener listener)
           
 

Uses of AgendaItemListener in ix.ip2.event
 

Classes in ix.ip2.event that implement AgendaItemListener
 class AgendaItemAdapter
          An implementation of AgendaItemListener in which all methods do nothing.