Uses of Class
com.openinventor.inventor.events.SoLocation2Event.EventSources
-
Packages that use SoLocation2Event.EventSources Package Description com.openinventor.inventor.events -
-
Uses of SoLocation2Event.EventSources in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SoLocation2Event.EventSources Modifier and Type Method Description SoLocation2Event.EventSources
SoLocation2Event. getEventSource()
static SoLocation2Event.EventSources
SoLocation2Event.EventSources. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLocation2Event.EventSources
SoLocation2Event.EventSources. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLocation2Event.EventSources[]
SoLocation2Event.EventSources. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.events with parameters of type SoLocation2Event.EventSources Modifier and Type Method Description void
SoLocation2Event. setEventSource(SoLocation2Event.EventSources source)
-