public interface Script
Modifier and Type | Method and Description |
---|---|
default void |
end()
Called at the end of the script.
|
default void |
init()
Called at the initialization of the Script.
|
default void |
push(org.da.protoframework.model.core.ServiceInstance service)
Called when the script is called automatically for a cyclic invocation.
|
default void |
start()
Called at the start of the script.
|
default void |
subscribe(org.da.protoframework.model.core.ServiceInstance service)
Called when the script is notified from a Service.
|
default void init()
default void start()
default void end()
default void subscribe(org.da.protoframework.model.core.ServiceInstance service)
service
- the Servicedefault void push(org.da.protoframework.model.core.ServiceInstance service)
service
- the ServiceCopyright ©2017-2024 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence