|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateAware
Makes a plugin or plugin module aware of its activation state. Plugins or modules should implement this interface if they want to be notified when they are enabled and disabled.
Method Summary | |
---|---|
void |
disabled()
Called by the plugin manager when the plugin or module is deactivated. |
void |
enabled()
Called by the plugin manager when a plugin or module is activated. |
Method Detail |
---|
void enabled()
void disabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |