Class zwt.model.ModelEvent
Extends
zwt.event.Event.
A ModelEvent object is emitted when an event occurs on a Model.
Defined in: ModelEvent.js.
Constructor Attributes | Constructor Name and Description |
---|---|
zwt.model.ModelEvent(int_type)
Construct a ModelEvent object.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
zwt.model.ModelEvent.NOTIFY
Constant used to indicate a model notification event
|
- Methods borrowed from class zwt.event.Event:
- getType, isCancelBubble, setCancelBubble, touch
Class Detail
zwt.model.ModelEvent(int_type)
Construct a ModelEvent object.
Author: Jeremy KUHN.
Author: Jeremy KUHN.
- Parameters:
- {Integer} int_type
- The event type
- See:
- zwt.model.Model
Field Detail
<static>
{Integer}
zwt.model.ModelEvent.NOTIFY
Constant used to indicate a model notification event