Uses of Class
com.opencloud.rhino.facilities.sas.bundle.EventKey
-
Packages that use EventKey Package Description com.opencloud.rhino.facilities.sas.bundle -
-
Uses of EventKey in com.opencloud.rhino.facilities.sas.bundle
Methods in com.opencloud.rhino.facilities.sas.bundle that return types with arguments of type EventKey Modifier and Type Method Description SortedMap<EventKey,EventDescription>
MiniBundle. getEvents()
Methods in com.opencloud.rhino.facilities.sas.bundle with parameters of type EventKey Modifier and Type Method Description int
EventKey. compareTo(EventKey other)
An EventKey is considered equal rank to another if either the names or ids are the same.Method parameters in com.opencloud.rhino.facilities.sas.bundle with type arguments of type EventKey Modifier and Type Method Description void
MiniBundle. setEvents(SortedMap<EventKey,EventDescription> events)
-