com.crystaldecisions.report.web.viewer
Class DrillEventArgs

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.crystaldecisions.report.web.viewer.ViewerEventArgs
          extended bycom.crystaldecisions.report.web.viewer.DrillEventArgs
All Implemented Interfaces:
java.io.Serializable

public class DrillEventArgs
extends ViewerEventArgs

This class provides event arguments for the DrillEventListener interface.

See Also:
Serialized Form

Constructor Summary
DrillEventArgs(java.lang.Object source)
           
DrillEventArgs(java.lang.Object source, TotallerNodeID newNode)
           
 
Method Summary
 java.lang.String getGroupName()
          Returns the group name for the object drilled on.
 java.lang.String getGroupNamePath()
          Returns the group name path for the object drilled on.
 GroupPath getGroupPath()
          Returns the group path for the object drilled on.
 
Methods inherited from class com.crystaldecisions.report.web.viewer.ViewerEventArgs
isHandled, setHandled
 
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

DrillEventArgs

public DrillEventArgs(java.lang.Object source)

DrillEventArgs

public DrillEventArgs(java.lang.Object source,
                      TotallerNodeID newNode)
Method Detail

getGroupName

public java.lang.String getGroupName()

Returns the group name for the object drilled on.

Returns:
The group name as a String.

getGroupNamePath

public java.lang.String getGroupNamePath()

Returns the group name path for the object drilled on.

Returns:
The group name path as a String.

getGroupPath

public GroupPath getGroupPath()

Returns the group path for the object drilled on.

Returns:
The GroupPath as an object.