Search
Preparing search index...
The search index is not available
Mendix Model SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ModelEventReceiver
Class ModelEventReceiver
Hierarchy
ModelEventReceiver
Index
Constructors
constructor
Properties
event
Source
is
Running
Methods
on
New
Model
Event
start
stop
Constructors
constructor
new
Model
Event
Receiver
(
model
:
AbstractModel
, workingCopyId
:
string
, client
:
IModelServerClient
)
:
ModelEventReceiver
Parameters
model:
AbstractModel
workingCopyId:
string
client:
IModelServerClient
Returns
ModelEventReceiver
Properties
event
Source
event
Source
:
EventSource
|
null
is
Running
is
Running
:
boolean
Methods
on
New
Model
Event
on
New
Model
Event
(
callback
:
function
)
:
void
Parameters
callback:
function
(
modelEvent
:
IModelEvent
)
:
void
Parameters
modelEvent:
IModelEvent
Returns
void
Returns
void
start
start
(
lastEventId
:
number
)
:
void
Parameters
lastEventId:
number
Returns
void
stop
stop
(
)
:
void
Returns
void
Globals
Model
Event
Receiver
constructor
event
Source
is
Running
on
New
Model
Event
start
stop
Generated using
TypeDoc