Class AbstractComEventCallbackListener
- java.lang.Object
- 
- com.sun.jna.platform.win32.COM.util.AbstractComEventCallbackListener
 
- 
- All Implemented Interfaces:
- IComEventCallbackListener
 
 public abstract class AbstractComEventCallbackListener extends java.lang.Object implements IComEventCallbackListener 
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) IDispatchCallbackdispatchCallback
 - 
Constructor SummaryConstructors Constructor Description AbstractComEventCallbackListener()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDispatchCallbackListener(IDispatchCallback dispatchCallback)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.sun.jna.platform.win32.COM.util.IComEventCallbackListenererrorReceivingCallbackEvent
 
- 
 
- 
- 
- 
Field Detail- 
dispatchCallbackIDispatchCallback dispatchCallback 
 
- 
 - 
Method Detail- 
setDispatchCallbackListenerpublic void setDispatchCallbackListener(IDispatchCallback dispatchCallback) - Specified by:
- setDispatchCallbackListenerin interface- IComEventCallbackListener
 
 
- 
 
-