|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.tools.eawt.ApplicationListenerHandler
public class ApplicationListenerHandler
Handler for communicate with com.apple.eawt.ApplicationListener class
Constructor Summary | |
---|---|
ApplicationListenerHandler(ApplicationListener listener)
Construct a new handler |
Method Summary | |
---|---|
java.lang.Class |
getApplicationListenerInterface()
return the class object which represents com.apple.eawt.ApplicationListener class |
static java.util.EventListener |
getWrappedApplicationListenerInstance(ApplicationListener listener)
this method returns an instance of com.apple.eawt.ApplicationListener interface, wrapped by EventListener interface... |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationListenerHandler(ApplicationListener listener)
listener
- an instance of ApplicationListener subclassMethod Detail |
---|
public java.lang.Class getApplicationListenerInterface()
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
public static java.util.EventListener getWrappedApplicationListenerInstance(ApplicationListener listener)
listener
- will be an instance of the Application listener implementation class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |