Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class ExportObjectEvent

java.lang.Object
  extended by com.aspose.cells.ExportObjectEvent

public class ExportObjectEvent
extends java.lang.Object

Provides data for the ExportObjectListener. ExportObjectEvent allows to Get source object that contains the data to be saved.


Method Summary
 java.lang.Object getSource()
          Gets the object that contains the data to be saved.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSource

public java.lang.Object getSource()
Gets the object that contains the data to be saved.

Returns:
the data source object.