org.objectweb.fractal.explorer.menu
Class DefaultFractalDropAction

java.lang.Object
  extended by org.objectweb.fractal.explorer.menu.DefaultFractalDropAction
All Implemented Interfaces:
FractalDropAction, org.objectweb.util.explorer.api.DropAction

public abstract class DefaultFractalDropAction
extends Object
implements org.objectweb.util.explorer.api.DropAction, FractalDropAction

Specialization of the drop action for entities having life cycle properties.

Version:
0.1
Author:
Jerome Moroy

Constructor Summary
DefaultFractalDropAction()
           
 
Method Summary
 void execute(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
           
abstract  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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFractalDropAction

public DefaultFractalDropAction()
Method Detail

execute

public void execute(org.objectweb.util.explorer.api.DropTreeView dropTreeView)
             throws Exception
Specified by:
execute in interface org.objectweb.util.explorer.api.DropAction
Throws:
Exception

executeStarted

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

Specified by:
executeStarted in interface FractalDropAction
Throws:
Exception
See Also:
DropAction.execute(org.objectweb.util.explorer.api.DropTreeView)

executeStopped

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

Specified by:
executeStopped in interface FractalDropAction
Throws:
Exception
See Also:
DropAction.execute(org.objectweb.util.explorer.api.DropTreeView)