ContainerOpener.Notifier

  • ContainerOpener.Notifier is an interface used to receive notifications when a container is ready.

  • It includes a single method, containerAvailable, which is called and provided with the Container object when the container is ready for use.

public static interface ContainerOpener.Notifier

Object that will receive a notification when a container is available for use.

Public Method Summary

abstract void

Public Methods

public abstract void containerAvailable (Container container)

Called with a container when the container is available for use.