Packageorg.spicefactory.lib.reflect.metadata
Classpublic class EventInfo
InheritanceEventInfo Inheritance Object

Represent a single Event metadata tag.



Public Properties
 PropertyDefined By
  name : String
The name of the event.
EventInfo
  type : String
The type of the event (a fully qualified class name).
EventInfo
Property Detail
nameproperty
public var name:String

The name of the event.

typeproperty 
public var type:String

The type of the event (a fully qualified class name).