inetsoft.report.event
Class TableChangeEvent
java.lang.Object
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
|
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 |
TableChangeEvent
public TableChangeEvent(Object source)
- Construct a TableChangeEvent object.
- Parameters:
source - the Object that is the source of the event, typically
this
getSource
public Object getSource()
- Get the Object that is the source of the event.
- Returns:
- the source of the event.