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 voidSasBundle. addEvents(int prefix, Iterable<EventDescription> events, String packageName, Set<String> enums)Add SAS events to the bundlevoidMiniBundle. setEvents(SortedMap<EventKey,EventDescription> events)voidSasBundle. setEvents(SortedMap<Integer,EventDescription> events)
-