| java.lang.Object java.beans.EventHandler
Method Summary | |
public static T | create(Class<T> listenerInterface, Object target, String action, String eventPropertyName, String listenerMethodName) | public static T | create(Class<T> listenerInterface, Object target, String action, String eventPropertyName) | public static T | create(Class<T> listenerInterface, Object target, String action) | public String | getAction() | public String | getEventPropertyName() | public String | getListenerMethodName() | public Object | getTarget() | public Object | invoke(Object proxy, Method method, Object[] arguments) |
getEventPropertyName | public String getEventPropertyName()(Code) | | |
getListenerMethodName | public String getListenerMethodName()(Code) | | |
|
|