EventInfo Class

EventInfo Class

This Package | All Packages

MemberInfo
  |
  +--EventInfo
public final class EventInfo
extends MemberInfo

Topic under construction.

Fields
Name Description
type Topic under construction.

Constructors
Name Description
EventInfo(Class componentClass, String name, Class type, MemberAttribute[] attributes) Topic under construction.
EventInfo(Class componentClass, String name, Class type) Topic under construction.
EventInfo(Class componentClass, String name, Class type, MemberAttribute a1) Topic under construction.
EventInfo(Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2) Topic under construction.
EventInfo(Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3) Topic under construction.
EventInfo(Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3, MemberAttribute a4) Topic under construction.

Methods
Name Description
addEventHandler(Object component, Delegate value) Topic under construction.
getAddMethod() Topic under construction.
getMulticast() Topic under construction.
getRemoveMethod() Topic under construction.
getType() Topic under construction.
removeEventHandler(Object component, Delegate value) Topic under construction.

Fields

EventInfo.type

Syntax
public Class type;
Description
Topic under construction.

Constructors

EventInfo.EventInfo

Syntax 1
public EventInfo( Class componentClass, String name, Class type, MemberAttribute[] attributes );
Description

Topic under construction.



Syntax 2
public EventInfo( Class componentClass, String name, Class type );
Description

Topic under construction.



Syntax 3
public EventInfo( Class componentClass, String name, Class type, MemberAttribute a1 );
Description

Topic under construction.



Syntax 4
public EventInfo( Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2 );
Description

Topic under construction.



Syntax 5
public EventInfo( Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3 );
Description

Topic under construction.



Syntax 6
public EventInfo( Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3, MemberAttribute a4 );
Description

Topic under construction.

Methods

EventInfo.addEventHandler

Syntax
public void addEventHandler( Object component, Delegate value );
Description

Topic under construction.

EventInfo.getAddMethod

Syntax
public Method getAddMethod();
Description

Topic under construction.

EventInfo.getMulticast

Syntax
public boolean getMulticast();
Description

Topic under construction.

EventInfo.getRemoveMethod

Syntax
public Method getRemoveMethod();
Description

Topic under construction.

EventInfo.getType

Syntax
public Class getType();
Description

Topic under construction.

EventInfo.removeEventHandler

Syntax
public void removeEventHandler( Object component, Delegate value );
Description

Topic under construction.