ConsumableEventInfo
SimpleConsumableEventInfo offers support for consuming events.
public function getName(Void):StringReturns the name of the event.
the name of the event
public function isConsumed(Void):BooleanReturns whether the event is consumed.
true if the event is consumed else false
isConsumed() in org.as2lib.env.event.broadcaster.ConsumableEventInfo
public function consume(Void):VoidConsumes the represented event.
consume() in org.as2lib.env.event.broadcaster.ConsumableEventInfo