Interface LocationListener

All Superinterfaces:
EventListener

public interface LocationListener extends EventListener
Interface for listeners interested in changed items.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the tracked item has changed.
  • Method Details

    • locationChanged

      void locationChanged()
      Called whenever the tracked item has changed.