SimpleConsumableEventInfo

Inherits from:BasicClass
Implements:
  • Author: Martin Heidegger, Simon Wacker
  • Classpath: org.as2lib.env.event.broadcaster.SimpleConsumableEventInfo
  • File last modified: Thursday, 05 May 2005, 16:47:08
SimpleConsumableEventInfo offers support for consuming events.

Summary

Instance methods
Instance methods inherited from BasicClass

Constructor

SimpleConsumableEventInfo

function SimpleConsumableEventInfo (
eventName:String)
Constructs a SimpleConsumableEventInfo instance.
Parameters:
eventName:
the name of the event

Instance methods

consume

function consume (
Void) : Void
Consumes the represented event.

getName

function getName (
Void) : String
Returns the name of the event.
Returns:
the name of the event
Specified by:

isConsumed

function isConsumed (
Void) : Boolean
Returns whether the event is consumed.
Returns:
true if the event is consumed else false