WebObjects 5.4.2

com.webobjects.eoapplication
Interface EOAction.ActiveWindowDependentAction

Enclosing class:
EOAction

public static interface EOAction.ActiveWindowDependentAction

If an EOAction object implements the EOAction.ActiveWindowDependentAction interface, it is given the opportunity to update its settings (like the menu accelerator) when the user switches the active window.


Method Summary
 void updateInContextOfActiveWindowController(EOController controller)
          Allows the EOAction to update its settings in the context of the specified controller (which is the controller of the currently active window).
 

Method Detail

updateInContextOfActiveWindowController

void updateInContextOfActiveWindowController(EOController controller)
Allows the EOAction to update its settings in the context of the specified controller (which is the controller of the currently active window).

Parameters:
controller - the controller of the active window

Last updated June 2008

Copyright © 2000-2008 Apple Inc.