Style Intelligence v12.0

inetsoft.report.event
Class TableChangeEvent

java.lang.Object
  extended by inetsoft.report.event.TableChangeEvent
All Implemented Interfaces:
Serializable

public class TableChangeEvent
extends Object
implements Serializable

TableChangeEvent is used to notify interested parties that table data has changed.

See Also:
Serialized Form

Constructor Summary
TableChangeEvent(Object source)
          Construct a TableChangeEvent object.
 
Method Summary
 Object getSource()
          Get the Object that is the source of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableChangeEvent

public TableChangeEvent(Object source)
Construct a TableChangeEvent object.

Parameters:
source - the Object that is the source of the event, typically this
Method Detail

getSource

public Object getSource()
Get the Object that is the source of the event.

Returns:
the source of the event.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.