All Packages Class Hierarchy This Package Previous Next Index
Class examples.mo.SimpleEvent.SimpleEvent
java.lang.Object
|
+----java.util.EventObject
|
+----examples.mo.SimpleEvent.SimpleEvent
- public class SimpleEvent
- extends EventObject
A simple definition of an EventObject object.
This event is fired by the
Simple
M-bean.
-
SimpleEvent(Simple, Integer)
- Create a simpleEvent object.
-
getClassVersion()
- Returns the version of this class.
-
getNbChanges()
- Returns the value of "NbChanges" property as
given when the event object was created.
SimpleEvent
public SimpleEvent(Simple source,
Integer val)
- Create a simpleEvent object. The source of the event
as well as the value of the "NbChanges" property needs
to be specified.
getNbChanges
public Integer getNbChanges()
- Returns the value of "NbChanges" property as
given when the event object was created.
getClassVersion
public String getClassVersion()
- Returns the version of this class.
All Packages Class Hierarchy This Package Previous Next Index