creamtec.webcream.gui
Interface ActionEmulator

All Known Implementing Classes:
CustomControlProcessor, WindowUpdater

public interface ActionEmulator

This interface must be implemented to override default, or provide custom action emulation within the system. When a request is received from the browser, WindowProcessor first updates all controls with the new data and then delegates to ActionEmulators for simulating the event that causes form submission to the GUI application. All registered action emulators are called first and of no emulator returns true claiming the emulation done, then default emulation will be done.


Method Summary
 boolean emulateAction(HTMLPage page, ActionData actionData)
          Called by WindowProcessor to perform user action emulation
 

Method Detail

emulateAction

boolean emulateAction(HTMLPage page,
                      ActionData actionData)
                      throws java.lang.Exception
Called by WindowProcessor to perform user action emulation

Returns:
true, if the action has been emulated and no further processing is necessary, false, if the action should be passed to other emulators or default processing
Throws:
java.lang.Exception


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.