Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.javatools.controls.nicelist
Interface NiceListActionListener

All Superinterfaces:
java.util.EventListener

public interface NiceListActionListener
extends java.util.EventListener

Interface for notification of list action events. An action event is any kind of interaction with an actionable control in an UpdateListControl, e.g. a hyperlink or a checkbox.

Since:
11.0

Method Summary
 void listActionPerformed(NiceListActionEvent lae)
          Called when an action occurs in the list.
 

Method Detail

listActionPerformed

void listActionPerformed(NiceListActionEvent lae)
Called when an action occurs in the list.

Parameters:
lae - details about the event.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.