5#ifndef INCLUDE_FIFECHAN_CONTAINERLISTENER_HPP_
6#define INCLUDE_FIFECHAN_CONTAINERLISTENER_HPP_
8#include "fifechan/containerevent.hpp"
9#include "fifechan/platform.hpp"
Represents changes within a container (e.g., widget added/removed).
virtual void widgetAdded(ContainerEvent const &containerEvent)=0
Called when a widget is added to a container.
ContainerListener()=default
Constructor.
virtual void widgetRemoved(ContainerEvent const &containerEvent)=0
Called when a widget is removed from a container.