org.apache.beehive.controls.api.packaging
Annotation Type EventSetInfo


@Target(value=TYPE)
public @interface EventSetInfo

The EventSetInfo annotation type defines a JSR-175 syntax for annotating a Control property declaration to provide java.beans.EventSetDescriptor information. Generic feature information is defined using the FeatureInfo annotation type

The elements of EventStInfo correspond 1-to-1 with the information exposed by the java.beans.EventSetDescriptor class.

See Also:
EventSetDescriptor

Optional Element Summary
 boolean isDefault
           
 boolean isUnicast
           
 

isUnicast

public abstract boolean isUnicast
Default:
false

isDefault

public abstract boolean isDefault
Default:
true