ilog.views.diagrammer.servlet
Class IlvDiagrammerMoveNodeActionListener

java.lang.Object
  extended by ilog.views.diagrammer.servlet.IlvDiagrammerMoveNodeActionListener
All Implemented Interfaces:
ServerActionListener, EventListener

public class IlvDiagrammerMoveNodeActionListener
extends Object
implements ServerActionListener

IlvDiagrammerMoveNodeActionListener defines a server action dedicated to translating the current selection.

This action is triggered by the moveNode action. It takes the following parameters:

This action is tightly associated to the selection support, it will not work in a different context.

Since:
JViews 7.5

Field Summary
static String ACTION_NAME
          The action name use to identify Diagrammer move node actions.
 
Constructor Summary
IlvDiagrammerMoveNodeActionListener()
          Creates a new IlvDiagrammerMoveNodeActionListener instance.
 
Method Summary
 void actionPerformed(ServerActionEvent event)
          Performs the action requested from the client side.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_NAME

public static final String ACTION_NAME
The action name use to identify Diagrammer move node actions.

See Also:
Constant Field Values
Constructor Detail

IlvDiagrammerMoveNodeActionListener

public IlvDiagrammerMoveNodeActionListener()
Creates a new IlvDiagrammerMoveNodeActionListener instance.

Method Detail

actionPerformed

public void actionPerformed(ServerActionEvent event)
                     throws javax.servlet.ServletException
Performs the action requested from the client side.

Specified by:
actionPerformed in interface ServerActionListener
Parameters:
event - The server action event.
Throws:
javax.servlet.ServletException


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.