Interface LocationFoundHandler

All Superinterfaces:
com.jbstrap.core.event.handlers.BrowserEventHandler

public interface LocationFoundHandler extends com.jbstrap.core.event.handlers.BrowserEventHandler
Location found handler interface
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Location found event handler The event handler is called when the user's location is found.
  • Method Details

    • onLocationFound

      void onLocationFound(LocationFoundEvent event)
      Location found event handler The event handler is called when the user's location is found.
      Parameters:
      event - The location found event component