de.glossmaker.gloss.listener
Class UndoListener

Package class diagram package UndoListener
java.lang.Object
  extended by de.glossmaker.gloss.listener.UndoListener
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class UndoListener
extends Object
implements PropertyChangeListener

Author:
Markus Flingelli

Method Summary
static UndoListener getInstance(GlossItems items)
           
 boolean isContentChanged()
           
 void propertyChange(PropertyChangeEvent event)
           
 void redo()
           
 int redoSize()
           
 void undo()
           
 int undoSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UndoListener getInstance(GlossItems items)

undoSize

public int undoSize()

redoSize

public int redoSize()

undo

public void undo()

redo

public void redo()

isContentChanged

public boolean isContentChanged()

propertyChange

public void propertyChange(PropertyChangeEvent event)
Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.