Ontimize 5.2072EN

com.ontimize.report
Class ReportDesignerEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ontimize.report.ReportDesignerEvent
All Implemented Interfaces:
java.io.Serializable

public class ReportDesignerEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int CLOSE
           
static int SAVE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ReportDesignerEvent(java.lang.Object source, int type, ReportName report)
           
 
Method Summary
 ReportName getReportName()
           
 int getType()
           
 
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
 

Field Detail

SAVE

public static int SAVE

CLOSE

public static int CLOSE
Constructor Detail

ReportDesignerEvent

public ReportDesignerEvent(java.lang.Object source,
                           int type,
                           ReportName report)
Method Detail

getReportName

public ReportName getReportName()

getType

public int getType()

Ontimize