5#ifndef INCLUDE_FIFECHAN_CONTAINERLISTENER_HPP_
6#define INCLUDE_FIFECHAN_CONTAINERLISTENER_HPP_
9#include "fifechan/platform.hpp"
12#include "fifechan/events/containerevent.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
Protected default constructor.
virtual void widgetRemoved(ContainerEvent const &containerEvent)=0
Called when a widget is removed from a container.
Used replacement tokens by configure_file():