org.objectweb.fractal.explorer.api
Interface FractalDropAction

All Known Implementing Classes:
DefaultFractalDropAction

public interface FractalDropAction

Specialized drop action for entities having life cycle properties.

Version:
0.1
Author:
Jerome Moroy

Method Summary
 void executeStarted(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
          Called when the fractal component is started.
 void executeStopped(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
          Called when the fractal component is started.
 

Method Detail

executeStarted

void executeStarted(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
                    throws Exception
Called when the fractal component is started.

Parameters:
dropTreeView -
Throws:
Exception
See Also:
DropAction.execute(org.objectweb.util.explorer.api.DropTreeView)

executeStopped

void executeStopped(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
                    throws Exception
Called when the fractal component is started.

Parameters:
dropTreeView -
Throws:
Exception
See Also:
DropAction.execute(org.objectweb.util.explorer.api.DropTreeView)