org.argouml.cognitive
Interface ToDoListListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ToDoByDecision, ToDoByGoal, ToDoByPoster, ToDoByPriority, ToDoByType, ToDoPane

public interface ToDoListListener
extends java.util.EventListener


Method Summary
 void toDoItemsAdded(ToDoListEvent tde)
           
 void toDoItemsChanged(ToDoListEvent tde)
           
 void toDoItemsRemoved(ToDoListEvent tde)
           
 void toDoListChanged(ToDoListEvent tde)
           
 

Method Detail

toDoListChanged

public void toDoListChanged(ToDoListEvent tde)

toDoItemsChanged

public void toDoItemsChanged(ToDoListEvent tde)

toDoItemsAdded

public void toDoItemsAdded(ToDoListEvent tde)

toDoItemsRemoved

public void toDoItemsRemoved(ToDoListEvent tde)


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook