Packageorg.spicefactory.lib.reflect.metadata
Classpublic class EventInfo

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).