ilog.views.diagrammer.servlet
Class IlvDiagrammerDeleteActionListener

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

public class IlvDiagrammerDeleteActionListener
extends Object
implements ServerActionListener

This class defines a server action that is in charge of deleting JViews Diagrammer nodes or links. It deletes all the selected nodes and links.

This action is triggered by the action name "deleteObject"

.

Since:
JViews 8.0

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

See Also:
Constant Field Values
Constructor Detail

IlvDiagrammerDeleteActionListener

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