VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.event.events.service
/
ServiceStateChangeEvent
Service
State
Change
Event
data
class
ServiceStateChangeEvent
(
val
serviceInfo
:
ServiceInfo
,
val
oldState
:
ServiceStates
,
val
newState
:
ServiceStates
)
:
Event
Members
Constructors
Service
State
Change
Event
Link copied to clipboard
constructor
(
serviceInfo
:
ServiceInfo
,
oldState
:
ServiceStates
,
newState
:
ServiceStates
)
Properties
new
State
Link copied to clipboard
val
newState
:
ServiceStates
old
State
Link copied to clipboard
val
oldState
:
ServiceStates
service
Info
Link copied to clipboard
val
serviceInfo
:
ServiceInfo