Inheritance diagram for com.navigine.idl.java.internal.RouteSessionBinding:Public Member Functions | |
| native boolean | isValid () |
| void | addRouteListener (AsyncRouteListener listener) |
| Method is used to add AsyncRouteListener class element which will notify async route events. | |
| void | removeRouteListener (AsyncRouteListener listener) |
| Method is used for removing previously added AsyncRouteListener class element. | |
Protected Attributes | |
| Subscription< AsyncRouteListener > | weakAsyncRouteListenerSubscription |
Definition at line 12 of file RouteSessionBinding.java.
|
inline |
Method is used to add AsyncRouteListener class element which will notify async route events.
| listener | Corresponding AsyncRouteListener class. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteSession.
Definition at line 35 of file RouteSessionBinding.java.
| native boolean com.navigine.idl.java.internal.RouteSessionBinding.isValid | ( | ) |
Tells if this RouteSession is valid or not. Any other method (except for this one) called on an invalid RouteSession will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.RouteSession.
|
inline |
Method is used for removing previously added AsyncRouteListener class element.
| listener | Corresponding AsyncRouteListener class to remove. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.RouteSession.
Definition at line 42 of file RouteSessionBinding.java.
|
protected |
Definition at line 21 of file RouteSessionBinding.java.