Skip navigation links

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

E13403-06


oracle.javatools.controls.nicelist
Class NiceListActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.javatools.controls.nicelist.NiceListActionEvent

All Implemented Interfaces:
java.io.Serializable

public final class NiceListActionEvent
extends java.util.EventObject

Information about a list action event.

Since:
11.0
See Also:
Serialized Form

Nested Class Summary
static class NiceListActionEvent.Type
          An enum type for the event kind.

 

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
NiceListActionEvent(NiceList source, NiceListActionEvent.Type type, int row)
          Create a list action event.

 

Method Summary
 int getRow()
          Get the row the event occurred on.
 NiceListActionEvent.Type getType()
          Get the type of event that occurred.

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

NiceListActionEvent

public NiceListActionEvent(NiceList source,
                           NiceListActionEvent.Type type,
                           int row)
Create a list action event.
Parameters:
source - the source of the event
type - the type
row - the affected row

Method Detail

getType

public NiceListActionEvent.Type getType()
Get the type of event that occurred.
Returns:
the type of event that occurred.

getRow

public int getRow()
Get the row the event occurred on.
Returns:
the row the event occurred on.

Skip navigation links

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

E13403-06


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