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

org.as2lib.core.BasicInterface
   +--org.as2lib.env.event.broadcaster.EventInfo
      +--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

getName()

Inherited from BasicInterface

toString()

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