ilog.views.util.servlet.event
Interface ActionListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
FacesMenuActionListener, FacesMethodBindingActionListener, FacesViewActionListener, JavaScriptActionListener, ServletActionListener

public interface ActionListener
extends Serializable

This interface defines a listener of a generic EventObject event.

Since:
JViews 7.5

Method Summary
 void actionPerformed(EventObject event)
          Performs the action requested.
 

Method Detail

actionPerformed

void actionPerformed(EventObject event)
                     throws Exception
Performs the action requested.

Parameters:
event - The server action event.
Throws:
Exception


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