The AdoEvent class of the com.ms.wfc.data package is the basis of ADO event handlers. It is the superclass that is extended by ConnectionEvent and RecordsetEvent.
class AdoEvent { // Constructors public AdoEvent(java.lang.Object p1); // Fields public java.lang.Object sender; }