com.jniwrapper.win32
Interface MessageLoopListener

All Superinterfaces:
java.util.EventListener

public interface MessageLoopListener
extends java.util.EventListener

The listener interface for receiving events in the MessageLoopThread


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