Share via


Event Class

Methods | Fields | This Package | All Packages

Represents the base class for all events.

package com.ms.wfc.core

public class Event

Remarks

The Event class is typically used for events that have no associated information. The EMPTY field is used to represent such "empty" events. (The Event class also defines the extendedInfo field, which holds specialized information only for com.ms.wfc.html events. This field is not used outside the context of the com.ms.wfc.html package.)

WFC extends the Event class for events that provide specific information. For example, the ScrollEvent subclass defines fields that specify the type of scroll event that occurred and the new value for the scroll bar.

For information about the WFC event model, see .

See Also   CancelEvent