Style Intelligence v12.0

inetsoft.report.event
Class ExecuteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by inetsoft.report.event.ExecuteEvent
All Implemented Interfaces:
Serializable

public class ExecuteEvent
extends EventObject

Execute event is fired when a report is executed through the XSessionManager.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ExecuteEvent(Object source, ReportSheet report, Hashtable vars)
          Create an execute event.
ExecuteEvent(Object source, ReportSheet report, VariableTable vars)
          Create an execute event.
 
Method Summary
 Enumeration getParameterNames()
          Get all parameter names.
 Object getParameterValue(String name)
          Get a parameter value.
 ReportSheet getReport()
          Return the report that is executed.
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecuteEvent

public ExecuteEvent(Object source,
                    ReportSheet report,
                    Hashtable vars)
Create an execute event.

Parameters:
source - event source, a StylePage.
report - the report to be executed.
vars - report parameters and values.

ExecuteEvent

public ExecuteEvent(Object source,
                    ReportSheet report,
                    VariableTable vars)
             throws Exception
Create an execute event.

Parameters:
source - event source, a StylePage.
report - the report to be executed.
vars - report parameters and values.
Throws:
Exception
Method Detail

getReport

public ReportSheet getReport()
Return the report that is executed.


getParameterValue

public Object getParameterValue(String name)
Get a parameter value.


getParameterNames

public Enumeration getParameterNames()
Get all parameter names.


toString

public String toString()
Overrides:
toString in class EventObject

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