com.jniwrapper.win32
Interface ProcessMessageListener

All Superinterfaces:
java.util.EventListener

public interface ProcessMessageListener
extends java.util.EventListener

The listener interface for receiving events in the MessageLoopThread thread.


Method Summary
 boolean onMessage(Msg msg)
          Invoked when the new message occures in the OLE message loop.
 

Method Detail

onMessage

boolean onMessage(Msg msg)
Invoked when the new message occures in the OLE message loop.

Parameters:
msg - the occured message.
Returns:
true if message is processed else false