public class EventBean extends ObjectBean
| Constructor and Description |
|---|
EventBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of this property.
|
String |
getEventClass()
Returns the event class for this event.
|
String |
getEventListenerClass()
Returns the event listener class for this event.
|
String |
getEventName() |
String |
getEventSourceInterface()
Returns the event source interface for this event.
|
String |
getEventType()
Returns the event type for this event.
|
void |
setDescription(String description)
Sets the description of this property.
|
void |
setEventClass(String eventClass)
Sets the event class for this event.
|
void |
setEventListenerClass(String eventListenerClass)
Sets the event listener class for this event.
|
void |
setEventSourceInterface(String eventSourceInterface)
Sets the event source interface for this event.
|
void |
setEventType(String eventType)
Sets the event type for this event.
|
attach, getOwner, isModifiedSincepublic String getEventName()
public void setDescription(String description)
description - the property descriptionpublic String getDescription()
public void setEventType(String eventType)
eventType - the event typepublic String getEventType()
public void setEventClass(String eventClass)
eventName - the event classpublic String getEventClass()
public void setEventListenerClass(String eventListenerClass)
eventListenerClass - the event listener classpublic String getEventListenerClass()
public void setEventSourceInterface(String eventSourceInterface)
eventSourceInterface - the event source interfacepublic String getEventSourceInterface()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.