|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Callback interface for project- and main project-sensitive actions.
Method Summary | |
boolean |
enable(Project project)
Called when the context of the action changes and the action should be enabled or disabled within the new context, according to the newly selected project. |
void |
perform(Project project)
Called when the user invokes the action. |
Method Detail |
public boolean enable(Project project)
project
- the currently selected project, or null if no project is selected
public void perform(Project project)
project
- the project this action was invoked for (XXX can this be null or not?)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |