org.as2lib.core.BasicClass +--org.as2lib.env.event.broadcaster.SimpleConsumableEventInfo
ConsumableEventInfo
SimpleConsumableEventInfo
offers support for consuming events.
new SimpleConsumableEventInfo()
public function getName(Void):String
Returns the name of the event.
the name of the event
public function isConsumed(Void):Boolean
Returns 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):Void
Consumes the represented event.
consume() in org.as2lib.env.event.broadcaster.ConsumableEventInfo