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

Copyright © 2004 Apple Computer, Inc.