sealed trait Event extends AnyRef
Common trait representing events in TMT like SystemEvent and ObserveEvent
- Self Type
- Event with ParameterSetType[_]
- Alphabetic
- By Inheritance
- Event
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
val
eventId: Id
unique Id for event
-
abstract
val
eventName: EventName
The name of event
-
abstract
val
eventTime: EventTime
The time of event creation
-
abstract
val
paramSet: Set[Parameter[_]]
An optional initial set of parameters (keys with values)
-
abstract
val
source: Prefix
Prefix representing source of the event
-
abstract
def
typeName: String
A name identifying the type of parameter set, such as "SystemEvent", "ObserveEvent".
A name identifying the type of parameter set, such as "SystemEvent", "ObserveEvent". This is used in the JSON and toString output.
- returns
a string representation of concrete type of this class
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
eventKey: EventKey
The EventKey used to publish or subscribe an event
The EventKey used to publish or subscribe an event
- returns
an EventKey formed by combination of prefix and eventName of an event
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
paramType: ParameterSetType[_]
A helper to give access of public members of ParameterSetType
A helper to give access of public members of ParameterSetType
- returns
a handle to ParameterSetType extended by concrete implementation of this class
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
A common toString method for all concrete implementation
A common toString method for all concrete implementation
- returns
the string representation of command
- Definition Classes
- Event → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )