multiverse.server.plugins
Class InstancePlugin.PopulationChangeCallback
java.lang.Object
multiverse.server.plugins.InstancePlugin.PopulationChangeCallback
- Enclosing class:
- InstancePlugin
public static class InstancePlugin.PopulationChangeCallback
- extends Object
This must be a base class rather than an interface because we
want to create callbacks in Python.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstancePlugin.PopulationChangeCallback
public InstancePlugin.PopulationChangeCallback()
onInstancePopulationChange
public void onInstancePopulationChange(long instanceOid,
String name,
int population)