toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.modeling.station
/
QObjectSender
QObject
Sender
abstract
class
QObjectSender
:
QObjectSenderIfc
Inheritors
ByChanceSender
ReceiverSequence
TwoWayByConditionSender
Members
Constructors
QObject
Sender
Link copied to clipboard
constructor
(
)
Functions
after
Sending
Action
Link copied to clipboard
fun
afterSendingAction
(
action
:
SendingActionIfc
)
before
Sending
Action
Link copied to clipboard
fun
beforeSendingAction
(
action
:
SendingActionIfc
)
no
Next
Receiver
Handler
Link copied to clipboard
fun
noNextReceiverHandler
(
fn
:
(
ModelElement.QObject
)
->
Unit
?
)
select
Next
Receiver
Link copied to clipboard
abstract
fun
selectNextReceiver
(
)
:
QObjectReceiverIfc
?
send
Link copied to clipboard
override
fun
send
(
qObject
:
ModelElement.QObject
)