de.winterfish.neon.model
Class History
java.lang.Object
|
+--de.winterfish.neon.model.History
- public class History
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getHistory
public static History getHistory()
addEvent
public void addEvent(java.lang.Object o)
hasPrevious
public boolean hasPrevious()
previous
public java.lang.Object previous()
hasNext
public boolean hasNext()
next
public java.lang.Object next()
removeBefore
public void removeBefore()
removeAfter
public void removeAfter()