ilog.views.util.swt
Interface IlvAWTEventFilter


public interface IlvAWTEventFilter

This interface specifies a filter that allows to ignore some events on the AWT side, knowing that the SWT side of the GUI will handle them.

Since:
JViews 8.5

Method Summary
 boolean accept(AWTEvent event)
          Returns true if the given event shall be handled by AWT.
 

Method Detail

accept

boolean accept(AWTEvent event)
Returns true if the given event shall be handled by AWT. Returns false if AWT shall ignore it.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.