object SystemEvent extends Serializable
- Alphabetic
- By Inheritance
- SystemEvent
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(source: Prefix, eventName: EventName, paramSet: Set[Parameter[_]]): SystemEvent
The apply method is used to create SystemEvent command by end-user.
The apply method is used to create SystemEvent command by end-user. eventId is not accepted and will be created internally to guarantee unique value.
- source
prefix representing source of the event
- eventName
the name of event
- paramSet
an initial set of parameters (keys with values)
- returns
a new instance of SystemEvent with auto-generated eventId and eventTime
- def apply(source: Prefix, eventName: EventName): SystemEvent
The apply method is used to create SystemEvent command by end-user.
The apply method is used to create SystemEvent command by end-user. eventId is not accepted and will be created internally to guarantee unique value.
- source
prefix representing source of the event
- eventName
the name of event
- returns
a new instance of SystemEvent with auto-generated eventId, eventTime and empty paramSet