public static interface
ContainerHolder.ContainerAvailableListener
Listener object that is called when a new container is available.
Public Method Summary
| abstract void |
onContainerAvailable(ContainerHolder containerHolder, String containerVersion)
Called to signify that a new container is available in the container holder.
|
Public Methods
public abstract void onContainerAvailable (ContainerHolder containerHolder, String containerVersion)
Called to signify that a new container is available in the container holder. This
container is not yet active; in order to actually begin using the container, call
getContainer().
Parameters
| containerHolder | |
|---|---|
| containerVersion | the version of the container that is now available |
