Interface org.as2lib.env.event.broadcaster.EventInfo

org.as2lib.core.BasicInterface
   +--org.as2lib.env.event.broadcaster.EventInfo

Description

EventInfo provides at least information about the name of the event and possibly further information.

Method Index

getName()

Inherited from BasicInterface

toString()

Method Detail

getName

public function getName(Void):String

Returns the name of the event.

The name of the event must be the same as the method to invoke on the listener this event serves.

Return

the name of the event