Search
Preparing search index...
The search index is not available
Mendix Model SDK - v4.93.0
Options
All
Public
Public/Protected
All
Inherited
Menu
Mendix Model SDK - v4.93.0
ModelEventReceiver
Class ModelEventReceiver
Hierarchy
ModelEventReceiver
Index
Constructors
constructor
Properties
event
Source
Accessors
is
Running
Methods
on
Delta
Event
on
File
Event
start
stop
Constructors
constructor
new
Model
Event
Receiver
(
workingCopyId
:
string
, client
:
IModelServerClient
, errorHandler
:
{
handleError
:
any
}
)
:
ModelEventReceiver
Parameters
workingCopyId:
string
client:
IModelServerClient
errorHandler:
{
handleError
:
any
}
handle
Error
:
function
handle
Error
(
message
:
string
, errorCallback
:
undefined
|
IErrorCallback
)
:
void
Parameters
message:
string
errorCallback:
undefined
|
IErrorCallback
Returns
void
Returns
ModelEventReceiver
Properties
event
Source
event
Source
:
null
|
EventSource
= null
Accessors
is
Running
get
isRunning
(
)
:
boolean
Returns
boolean
Methods
on
Delta
Event
on
Delta
Event
(
callback
:
(
modelEvent
:
IDeltaEvent
)
=>
void
)
:
void
Parameters
callback:
(
modelEvent
:
IDeltaEvent
)
=>
void
(
modelEvent
:
IDeltaEvent
)
:
void
Parameters
modelEvent:
IDeltaEvent
Returns
void
Returns
void
on
File
Event
on
File
Event
(
callback
:
(
modelEvent
:
IFileEvent
)
=>
void
)
:
void
Parameters
callback:
(
modelEvent
:
IFileEvent
)
=>
void
(
modelEvent
:
IFileEvent
)
:
void
Parameters
modelEvent:
IFileEvent
Returns
void
Returns
void
start
start
(
lastEventId
:
number
)
:
void
Parameters
lastEventId:
number
Returns
void
stop
stop
(
)
:
void
Returns
void
Exports
aliases
appservices
businessevents
client
codeactions
common
configuration
constants
customicons
customwidgets
databaseconnector
datasets
datatypes
documenttemplates
domainmodels
enumerations
exportmappings
images
importmappings
javaactions
javascriptactions
jsonstructures
kafka
mappings
menus
messagedefinitions
microflows
nanoflows
navigation
odatapublish
pages
projects
queues
regularexpressions
reports
rest
scheduledevents
security
services
settings
texts
url
utils
webservices
workflows
xmlschemas
Model
Event
Receiver
constructor
event
Source
is
Running
on
Delta
Event
on
File
Event
start
stop
Generated using
TypeDoc