de.winterfish.neon.model
Class History

java.lang.Object
  |
  +--de.winterfish.neon.model.History

public class History
extends java.lang.Object


Method Summary
 void addEvent(java.lang.Object o)
           
static History getHistory()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 java.lang.Object next()
           
 java.lang.Object previous()
           
 void removeAfter()
           
 void removeBefore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()