[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`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."]]],["The `ContainerOpener.Notifier` interface notifies an object when a container is ready. It defines one key method, `containerAvailable(Container container)`. This abstract method is invoked, passing a `Container` object as a parameter, to signal that the container is now available for use. An implementing object will receive this notification and have the ready container.\n"]]