org.argouml.cognitive
Class ToDoListEvent
java.lang.Object
org.argouml.cognitive.ToDoListEvent
- public class ToDoListEvent
- extends Object
Event issued when the todo list changes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
items
private Vector items
ToDoListEvent
public ToDoListEvent()
- The constructor.
ToDoListEvent
public ToDoListEvent(Vector i)
- The constructor.
- Parameters:
i
- the todo list events
getToDoItems
public Vector getToDoItems()
- Returns:
- the todo list events