TrackManiaControl/application/core/Callbacks/CallbackListener.php

16 lines
219 B
PHP
Raw Normal View History

<?php
namespace ManiaControl\Callbacks;
/**
* Interface for CallbackListener
2013-12-14 23:27:48 +01:00
*
* @author steeffeen & kremsy
*/
interface CallbackListener {
2013-12-14 23:27:48 +01:00
/**
* Constants
*/
const CALLBACKLISTENER_INTERFACE = __CLASS__;
}