java.lang.Object
java.beans.EventHandler
- All Implemented Interfaces:
- InvocationHandler
- See Also:
- Top Examples, Source Code,
Proxy
,
EventObject
public static <T> T create(Class<T> listenerInterface,
Object target,
String action)
- See Also:
create(Class, Object, String, String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static <T> T create(Class<T> listenerInterface,
Object target,
String action,
String eventPropertyName)
- See Also:
create(Class, Object, String, String, String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static <T> T create(Class<T> listenerInterface,
Object target,
String action,
String eventPropertyName,
String listenerMethodName)
- See Also:
EventHandler
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public EventHandler(Object target,
String action,
String eventPropertyName,
String listenerMethodName)
- See Also:
getListenerMethodName()
, getEventPropertyName()
, getAction()
, getTarget()
, create(Class, Object, String, String, String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getAction()
- See Also:
EventHandler(Object, String, String, String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getEventPropertyName()
- See Also:
EventHandler(Object, String, String, String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getListenerMethodName()
- See Also:
EventHandler(Object, String, String, String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getTarget()
- See Also:
EventHandler(Object, String, String, String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object invoke(Object proxy,
Method method,
Object[] arguments)
- See Also:
EventHandler
, InvocationHandler
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples