|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MultipleValueEventSourceInterface
An interface for objects that send out events with multiple possible values. An example is a propertyChange event which has a getPropertyName() method which can return any of the properties on a component with a specific event.
| Method Summary | |
|---|---|
abstract java.lang.reflect.Method |
getEventMethod(java.lang.reflect.Method listenerInterfaceMethod)
Get the method used to check the value of the event. |
abstract java.lang.String[] |
getEventValues(java.lang.reflect.Method listenerInterfaceMethod)
Get the possible values for the listenerInterface method the event is sent to. |
abstract boolean |
supportsListenerInterface(java.lang.Class listenerInterface)
Determines if a listenerInterface class is supported by the implementing class. |
| Method Detail |
|---|
boolean supportsListenerInterface(java.lang.Class listenerInterface)
listenerInterface - the class of the listenerInterface of the event sent out
java.lang.reflect.Method getEventMethod(java.lang.reflect.Method listenerInterfaceMethod)
listenerInterfaceMethod - the listenerInterface method the event is sent to.
java.lang.String[] getEventValues(java.lang.reflect.Method listenerInterfaceMethod)
listenerInterfaceMethod - the listenerInterface method the event is sent to.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||