public interface PFHotspotClickListener
Modifier and Type | Method and Description |
---|---|
void |
onClick(PFHotspot hotspot)
Called when a hotspot is touched or triggered;
|
void |
onFocusIn(PFHotspot hotspot)
Called when a hotspot is touched or triggered;
|
void |
onFocusOut(PFHotspot hotspot)
Called when a hotspot is in focus;
|
void onClick(PFHotspot hotspot)
hotspot
- The hotspot that was touched or triggered.void onFocusIn(PFHotspot hotspot)
hotspot
- The hotspot that was touched or triggered.void onFocusOut(PFHotspot hotspot)
hotspot
- The hotspot that was focussed.