gov.nih.nlm.mms
Interface RedoHandler

All Known Implementing Classes:
EnableFilterRedoHandler, GUIConfigurableRedoHandler, InputStreamRedoHandler, OutputStreamRedoHandler

public interface RedoHandler

Generically represents a handler for re-performing an undone action.

Author:
Deborah Shapiro

Method Summary
 String getTitle()
          Returns the title to appear on a menu item.
 void redo(Object o1, Object o2)
          Performs the redo operation.
 

Method Detail

getTitle

public String getTitle()
Returns the title to appear on a menu item.

Returns:
the title to appear on a menu item

redo

public void redo(Object o1,
                 Object o2)
Performs the redo operation.

Parameters:
o1 - object 1, context specific piece of information for redoing action
o2 - object 2, context specific piece of information for redoing action


Copyright ©2005