public class MEvent
extends java.util.EventObject
MEvent
.
Instead, the SDK itself (the event source) creates instances of the appropriate
subclass of MEvent
when an event arrives and notifies all the event listeners
that are interested in this event. An application that requires custom events
must create both a subclass of MEventSource
and a subclass of MEvent
.MEventSource
,
MEventListener
Modifier | Constructor and Description |
---|---|
protected |
MEvent(java.lang.Object source)
Constructor to be used in subclasses of
MEvent . |