Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.bu
Interface BuUndoRedoInterface  view BuUndoRedoInterface download BuUndoRedoInterface.java

All Known Subinterfaces:
BuCommonInterface
All Known Implementing Classes:
BuApplet, BuApplication, BuCommonImplementation, BuMacEnv, BuSubApp

public interface BuUndoRedoInterface

Interface for Undo/Redo services.


Method Summary
 void redo()
           
 void undo()
           
 

Method Detail

undo

public void undo()

redo

public void redo()