ix.ip2.event
Interface AgendaListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ActivityTableViewer, ActivityViewTable, AgendaTableViewer, AgendaViewTable, CombinedPlanChangeListener, IssueTableViewer, IssueViewTable, IVarTool.ComboListener

public interface AgendaListener
extends java.util.EventListener


Method Summary
 void itemAdded(AgendaEvent e, AgendaItem i)
           
 void itemHandled(AgendaEvent e, AgendaItem i, HandlerAction a)
           
 void itemRemoved(AgendaEvent e, AgendaItem i)
           
 void newBindings(AgendaEvent e, java.util.Map bindings)
           
 void setAgendaManager(AgendaManager am)
           
 

Method Detail

setAgendaManager

void setAgendaManager(AgendaManager am)

itemAdded

void itemAdded(AgendaEvent e,
               AgendaItem i)

itemRemoved

void itemRemoved(AgendaEvent e,
                 AgendaItem i)

itemHandled

void itemHandled(AgendaEvent e,
                 AgendaItem i,
                 HandlerAction a)

newBindings

void newBindings(AgendaEvent e,
                 java.util.Map bindings)