Ontimize 5.2072EN

com.ontimize.gui.table
Class Table.ListenerItem

java.lang.Object
  extended bycom.ontimize.gui.table.Table.ListenerItem
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Table

protected class Table.ListenerItem
extends java.lang.Object
implements java.awt.event.ActionListener

Class that implement an action listener that shows the custom report window with the selected report. The selected report corresponds to the comand of the action.


Constructor Summary
protected Table.ListenerItem()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table.ListenerItem

protected Table.ListenerItem()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

Ontimize