WebObjects 5.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

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 Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.