Uses of Class
com.ls.widgets.map.events.ObjectTouchEvent

Packages that use ObjectTouchEvent
com.ls.widgets.map.events   
 

Uses of ObjectTouchEvent in com.ls.widgets.map.events
 

Methods in com.ls.widgets.map.events that return types with arguments of type ObjectTouchEvent
 java.util.ArrayList<ObjectTouchEvent> MapTouchedEvent.getTouchedObjectEvents()
          Returns the list of ObjectTouchEvent objects.
 java.util.ArrayList<ObjectTouchEvent> MapTouchedEvent.getTouchedObjectIds()
          Deprecated. Use getTouchedObjectEvents() instead.
 

Method parameters in com.ls.widgets.map.events with type arguments of type ObjectTouchEvent
 void MapTouchedEvent.setTouchedObjectEvents(java.util.ArrayList<ObjectTouchEvent> touchedObjectIds)