public void OnPointDestroy(long nID) {
      println("OnPointDestroy, handId: " + nID);

      // remove list
      if (_pointLists.containsKey(nID)) _pointLists.remove(nID);
    }
Beispiel #2
0
 /** Flush a class loader. */
 public static synchronized void flushClassLoader(String key) {
   classloaders.remove(key);
 }