Loading...
Searching...
No Matches
ClusterMapObjectControllerListener.java
Go to the documentation of this file.
1package com.navigine.idl.java;
2
35 public abstract void onClusterCreated(ClusterMapObjectController controller, ClusterMapObject cluster);
36
52 public abstract void onClusterDestroyed(ClusterMapObjectController controller, int clusterId);
53}