public interface IlvServerAction extends EventListener
IlvServerAction
interface should be implemented by objects
that need to be notified of named actions requested from the client. An
action is generated from the client side when the
IlvGanttComponentView.performAction()
method is called. The
performAction
method queries the server for a new image with
additional parameters appended to the request so that an action such as
adding, removing, or selecting objects can be performed before the image is
generated. You create an action on the server side by implementing this
interface and registering your implementation by calling the
IlvGanttServletSupport.addServerAction(java.lang.String, ilog.views.gantt.servlet.IlvServerAction)
method.Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void actionPerformed(ServerActionEvent event) throws javax.servlet.ServletException
event
- The server action event.javax.servlet.ServletException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.