Package csw.params.events
Class EventKey
- java.lang.Object
-
- csw.params.events.EventKey
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public class EventKey extends java.lang.Object implements scala.Product, java.io.Serializable
A wrapper class representing the key for an event e.g. tcs.prog.cloudcover.oiwfsProbeDemandsparam: source represents the prefix of the component that publishes this event param: eventName represents the name of the event
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventKey
apply(java.lang.String eventKeyStr)
EventName
eventName()
java.lang.String
key()
Prefix
source()
java.lang.String
toString()
-