Loading...
Searching...
No Matches
com.navigine.idl.java.ZoneManager Class Referenceabstract

Class is used for notifying about entering or leaving Zones. More...

Public Member Functions

abstract void addZoneListener (ZoneListener listener)
 Method is used to add ZoneListener class element which will notify entering or leaving Zones.
 
abstract void removeZoneListener (ZoneListener listener)
 Method is used for removing previously added ZoneListener class element.
 

Detailed Description

Class is used for notifying about entering or leaving Zones.

Referenced from NavigineSdk.

Definition at line 16 of file ZoneManager.java.

Member Function Documentation

◆ addZoneListener()

abstract void com.navigine.idl.java.ZoneManager.addZoneListener ( ZoneListener listener)
abstract

Method is used to add ZoneListener class element which will notify entering or leaving Zones.

Note
Do not forget to remove listener if it is no longer needed!
Parameters
listenerСorresponding ZoneListener class.

◆ removeZoneListener()

abstract void com.navigine.idl.java.ZoneManager.removeZoneListener ( ZoneListener listener)
abstract

Method is used for removing previously added ZoneListener class element.

Parameters
listenerСorresponding ZoneListener class to remove.

The documentation for this class was generated from the following file: