WebObjects 5.2

com.webobjects.eoapplication
Interface EOComponentController.Activation

All Known Implementing Classes:
EOWindowController
Enclosing class:
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 Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.