Package provided.owlMaps.cefUtils
Interface ICefObjRef
- All Known Subinterfaces:
IAnchorWrapped,ICefObject,ICefObjectWrapper,ICircleWrapped,IEditableObject,IGroundOverlayWrapped,IInfoWindow,IInfoWindowWrapped,IMapDataFeatureWrapped,IMarker,IMarkerLabelWrapped,IMarkerWrapped,IOwlMap,IOwlMapWrapped,IPolygon,IPolygonWrapped,IPolyline,IPolylineWrapped,IRectangle,IRectangleWrapped,IVisibleMapObjectWrapped
public interface ICefObjRef
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
This interface represents an entity that exists both on the Java and JavaScript sides of the system. * @author swong
This interface represents an entity that exists both on the Java and JavaScript sides of the system. * @author swong
-
Method Summary
Modifier and Type Method Description java.util.UUIDgetCefId()*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Get the unique identifier that identifies this object on both the Java and JavaScript sides of the system.
-
Method Details
-
getCefId
java.util.UUID getCefId()*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Get the unique identifier that identifies this object on both the Java and JavaScript sides of the system.- Returns:
- The ID value for this object
-