/**
 * @file
 * @defgroup Interface Interface
 * @{
 * SSTS has so interfaces that like are present in GLib. Instead we have to
 * rely on callbacks (See @ref SCallback ) to achieve the same type of functionality.
 * 
 * @todo Write an example on how this can be done.
 * @}
 */
#pragma once
