com.jasperassistant.designer.viewer
Class ReportViewerEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.jasperassistant.designer.viewer.ReportViewerEvent
All Implemented Interfaces:
java.io.Serializable

public class ReportViewerEvent
extends java.util.EventObject

Report viewer event is used to notify listeners that the state of a report viewer has changed.

Author:
Peter Severin (peter_p_s@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ReportViewerEvent(java.lang.Object source)
          Constructs the event with the specified event source
 
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

ReportViewerEvent

public ReportViewerEvent(java.lang.Object source)
Constructs the event with the specified event source

Parameters:
source - the source of the event