com.ibm.retail.AEF.action
Interface AEFAction

All Known Implementing Classes:
SimpleKeySequenceActionImpl

public interface AEFAction

AEFAction is an interface representing actions which may be performed within the AEF.


Method Summary
 java.lang.Object performAction()
          Perform the action represented by the ActionRequest and return an ActionResult.
 

Method Detail

performAction

public java.lang.Object performAction()
                               throws AEFException
Perform the action represented by the ActionRequest and return an ActionResult.

Returns:
Object Any required return value (may be null).
Throws:
AEFException - Because of the nature of this method, just about any error code could be returned.


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004