public class EventRefBean extends ObjectBean
| Constructor and Description |
|---|
EventRefBean() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEventDeliveryPhases()
Returns the delivery phases for this event.
|
String |
getEventName() |
String |
getEventType()
Returns the event type for this event.
|
boolean |
isIgnoreSourceInterface()
Returns a flag indicating whether or not to automatically implement
the event source interface on the generated component source.
|
EventBean |
resolveEventType()
Resolves the event type.
|
void |
setEventDeliveryPhases(String[] deliveryPhases)
Sets the delivery phases for this event.
|
void |
setEventType(String eventType)
Sets the event type for this event reference.
|
void |
setIgnoreSourceInterface(boolean ignoreSourceInterface)
Sets a flag indicating whether or not to automatically implement
the event source interface on the generated component source.
|
attach, getOwner, isModifiedSincepublic String getEventName()
public void setEventType(String eventType)
eventType - the event typepublic String getEventType()
public void setEventDeliveryPhases(String[] deliveryPhases)
deliveryPhases - the event delivery phasespublic String[] getEventDeliveryPhases()
public void setIgnoreSourceInterface(boolean ignoreSourceInterface)
ignoreSourceInterface - true, to ignore the event source interface;
false, otherwisepublic boolean isIgnoreSourceInterface()
public EventBean resolveEventType()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.