public interface InstanceListener
Modifier and Type | Method and Description |
---|---|
void |
instanceDied(Instance instance)
Called when an instance died.
|
void |
newInstanceAvailable(Instance instance)
Called when a new instance becomes available.
|
void newInstanceAvailable(Instance instance)
instance
- The instance that became available.void instanceDied(Instance instance)
instance
- The instance that died.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.