Loading...
Searching...
No Matches
SublocationChangeListener.java
Go to the documentation of this file.
1package com.navigine.idl.java;
2
18public abstract class SublocationChangeListener {
32 public abstract void onActiveSublocationChanged(int sublocationId);
33}