|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.crystaldecisions.sdk.occa.report.application.AdvancedClientDocumentEvent
public class AdvancedClientDocumentEvent
This class defines an event that represents a change to the report, including the name of the modified report object, the subreport name and the section name where the change occurred.
IAdvancedClientDocumentEventListener
,
Serialized FormConstructor Summary | |
---|---|
AdvancedClientDocumentEvent(ClientDocument clientDoc,
ClientDocumentChangeType changeType,
java.lang.String objectName,
java.lang.String hostName,
java.lang.String reportName)
Creates a new AdvancedClientDocument that defines a change to the report. |
Method Summary | |
---|---|
ClientDocumentChangeType |
getChangeType()
Returns the type of change. |
java.lang.String |
getHostName()
Returns the name of the section that contains the modified report object. |
java.lang.String |
getObjectName()
Returns the name of the object that was modified. |
java.lang.String |
getReportName()
Returns the name of the report where the event occurred. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AdvancedClientDocumentEvent(ClientDocument clientDoc, ClientDocumentChangeType changeType, java.lang.String objectName, java.lang.String hostName, java.lang.String reportName)
AdvancedClientDocument
that defines a change to the report.
clientDoc
- the ClientDocument
that generated the eventchangeType
- a ClientDocumentChangeType
object that describes the type of changeobjectName
- the name of the modified report objecthostName
- the section of the report that contains the modified report objectreportName
- the name of the subreport that contains the modified report object, or the empty string if the report
object is contained in the main reportMethod Detail |
---|
public ClientDocumentChangeType getChangeType()
public java.lang.String getObjectName()
public java.lang.String getHostName()
public java.lang.String getReportName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |