org.argouml.cognitive
Class ToDoListEvent

java.lang.Object
  extended byorg.argouml.cognitive.ToDoListEvent

public class ToDoListEvent
extends Object

Event issued when the todo list changes.


Field Summary
private  Vector items
           
 
Constructor Summary
ToDoListEvent()
          The constructor.
ToDoListEvent(Vector i)
          The constructor.
 
Method Summary
 Vector getToDoItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

items

private Vector items
Constructor Detail

ToDoListEvent

public ToDoListEvent()
The constructor.


ToDoListEvent

public ToDoListEvent(Vector i)
The constructor.

Parameters:
i - the todo list events
Method Detail

getToDoItems

public Vector getToDoItems()
Returns:
the todo list events


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