WebObjects 5.2.3

com.webobjects.eoapplication
Interface EOAction.ActiveWindowDependentAction

Enclosing interface:
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

public 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 Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.