yu.ac.bg.etf.javaqx.qswing.events
Interface UndoRedoListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TextComponentRedoAction, TextComponentUndoAction

public interface UndoRedoListener
extends java.util.EventListener

Undo/redo listener.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void redoAvailable(boolean available)
          Notifies listener that an redo operation is available.
 void undoAvailable(boolean available)
          Notifies listener that an undo operation is available.
 

Method Detail

undoAvailable

public void undoAvailable(boolean available)
Notifies listener that an undo operation is available.

Parameters:
available - true if available

redoAvailable

public void redoAvailable(boolean available)
Notifies listener that an redo operation is available.

Parameters:
available - true if available


Copyright © 2007 ETF and contributors. All Rights Reserved.