|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FractalMenuItem
Specialized menu item for entities having life cycle properties.
Method Summary | |
---|---|
void |
actionStartedPerformed(org.objectweb.util.explorer.api.MenuItemTreeView menuItemEvent)
Called when the Fractal component is started. |
void |
actionStoppedPerformed(org.objectweb.util.explorer.api.MenuItemTreeView menuItemEvent)
Called when the Fractal component is stopped. |
int |
getStartedStatus(org.objectweb.util.explorer.api.TreeView treeView)
Called when the Fractal component is started. |
int |
getStoppedStatus(org.objectweb.util.explorer.api.TreeView treeView)
Called when the Fractal component is stopped. |
Method Detail |
---|
int getStartedStatus(org.objectweb.util.explorer.api.TreeView treeView)
treeView
- A view on the tree.
int getStoppedStatus(org.objectweb.util.explorer.api.TreeView treeView)
treeView
- A view on the tree.
void actionStoppedPerformed(org.objectweb.util.explorer.api.MenuItemTreeView menuItemEvent) throws Exception
menuItemEvent
- The event.
Exception
void actionStartedPerformed(org.objectweb.util.explorer.api.MenuItemTreeView menuItemEvent) throws Exception
menuItemEvent
- The event.
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |