Uses of Class
com.opencloud.rhino.facilities.sas.bundle.EventDescription
-
Packages that use EventDescription Package Description com.opencloud.rhino.facilities.sas.bundle -
-
Uses of EventDescription in com.opencloud.rhino.facilities.sas.bundle
Methods in com.opencloud.rhino.facilities.sas.bundle that return types with arguments of type EventDescription Modifier and Type Method Description SortedMap<EventKey,EventDescription>
MiniBundle. getEvents()
SortedMap<Integer,EventDescription>
SasBundle. getEvents()
Method parameters in com.opencloud.rhino.facilities.sas.bundle with type arguments of type EventDescription Modifier and Type Method Description void
SasBundle. addEvents(int prefix, Iterable<EventDescription> events, String packageName, Set<String> enums)
Add SAS events to the bundlevoid
MiniBundle. setEvents(SortedMap<EventKey,EventDescription> events)
void
SasBundle. setEvents(SortedMap<Integer,EventDescription> events)
-