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. | 
 
activate
public boolean activate()
- Invoked to explicitly activate a controller's component.
- Returns:
 true if the component was successfully activated; false otherwise
 
 
Copyright © 2003 Apple Computer, Inc.