Interface org.as2lib.env.event.broadcaster.ConsumableEventInfo

Description

ConsumableEventInfo allows for consuming events.

You can consume an event using the consume method. The method isConsumed checks whether this event info is already consumed.

Method Index

consume(), isConsumed()

Inherited from EventInfo

Inherited from BasicInterface

Method Detail

consume

public function consume(Void):Void

Marks this event as consumed.

isConsumed

public function isConsumed(Void):Boolean

Returns whether this event is consumed.

Return

true is this event is consumed else false