home *** CD-ROM | disk | FTP | other *** search
- package icontrols;
-
- import com.ms.wd.app.IMessageFilter;
- import com.ms.wd.app.Message;
- import com.ms.wd.win32.MSG;
-
- public class HTMLControl$MessageForwarder implements IMessageFilter {
- MSG msg;
- // $FF: synthetic field
- final HTMLControl this$0;
-
- public HTMLControl$MessageForwarder(HTMLControl this$0) {
- (this.this$0 = this$0).getClass();
- this.msg = new MSG();
- }
-
- public void postFilterMessage(Message m) {
- }
-
- public boolean preFilterMessage(Message m) {
- return false;
- }
- }
-