Todo List
Ein Event ist ein Ereignis-Objekt das in einem Kontext - meist ein Objekt - ausgeloesst wird.
Event __construct( string $name, [object $context = null], [mixed $info = null])
void cancel( )
object getContext( )
mixed getInfo( )
string getName( )
boolean isCancelled( )