ilog.views.diagrammer.servlet
Class IlvDiagrammerSelectionActionListener

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

public class IlvDiagrammerSelectionActionListener
extends Object
implements ServerActionListener

This class handles selection requests in image mode.

This action is triggered by the selectNode action. It has two parameters:

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

Since:
JViews 7.5

Field Summary
static String ACTION_NAME
          The action name used to identify node selection actions.
 
Constructor Summary
IlvDiagrammerSelectionActionListener()
          Creates a new IlvDiagrammerSelectionActionListener 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 used to identify node selection actions.

See Also:
Constant Field Values
Constructor Detail

IlvDiagrammerSelectionActionListener

public IlvDiagrammerSelectionActionListener()
Creates a new IlvDiagrammerSelectionActionListener 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.