multiverse.server.plugins
Class InstancePlugin.PopulationChangeCallback

java.lang.Object
  extended by 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.


Constructor Summary
InstancePlugin.PopulationChangeCallback()
           
 
Method Summary
 void onInstancePopulationChange(long instanceOid, String name, int population)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstancePlugin.PopulationChangeCallback

public InstancePlugin.PopulationChangeCallback()
Method Detail

onInstancePopulationChange

public void onInstancePopulationChange(long instanceOid,
                                       String name,
                                       int population)