org.apache.batik.gvt.event
Interface GraphicsNodeEventFilter


public interface GraphicsNodeEventFilter

The interface for filtering graphics node events.


Method Summary
 boolean accept(GraphicsNode target, GraphicsNodeEvent evt)
          Returns true if the specified node accepts the specified event, false otherwise.
 

Method Detail

accept

public boolean accept(GraphicsNode target,
                      GraphicsNodeEvent evt)
Returns true if the specified node accepts the specified event, false otherwise.
Parameters:
node - the targetted node
evt - the event to check


Copyright © 2000 Apache Software Foundation. All Rights Reserved.