public interface MessageLoopListener
extends java.util.EventListener
MessageLoopThread| Modifier and Type | Method and Description | 
|---|---|
| boolean | onMessage(Msg msg)Invoked when the new message occures in the OLE message loop. | 
boolean onMessage(Msg msg)
msg - the occured message.