WebObjects 5.3

com.webobjects.eoapplication
Interface EOComponentController.Activation

All Known Implementing Classes:
EOWindowController
Enclosing interface:
EOComponentController

public static interface EOComponentController.Activation

The EOComponentController.Activation interface identifies controllers that which have components can be explicitly activated (for example window controllers).


Method Summary
 boolean activate()
          Invoked to explicitly activate a controller's component.
 

Method Detail

activate

public boolean activate()
Invoked to explicitly activate a controller's component.

Returns:
true if the component was successfully activated; false otherwise

Last updated Thu May 26 13:46:12 PDT 2005.

Copyright © 2005 Apple Computer, Inc.