Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive
Interface IInterfaceUndoListener


public interface IInterfaceUndoListener

This is the interface for managing the "undo" of actions performed on ODI interface objects.

Since:
11.1.1.3.0

Method Summary
 void addReverseAction(IInterfaceAction pInterfaceAction)
          Adds an "undo" action for a particular action performed on an ODI interface object.
 void clear()
          Clears the list of "undo" actions.
 java.util.List<IInterfaceAction> getReverseActions()
          Gets the list of "undo" actions.
 

Method Detail

addReverseAction

void addReverseAction(IInterfaceAction pInterfaceAction)
Adds an "undo" action for a particular action performed on an ODI interface object.

Parameters:
pInterfaceAction - the original action performed

clear

void clear()
Clears the list of "undo" actions.


getReverseActions

java.util.List<IInterfaceAction> getReverseActions()
Gets the list of "undo" actions.

Returns:
a list of IInterfaceAction actions which are the undo actions

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.