VASSAL.counters
Interface EventFilter


public interface EventFilter

Gives information about what kinds of events a GamePiece will respond to

See Also:
Properties.EVENT_FILTER

Method Summary
 boolean rejectEvent(java.awt.event.InputEvent evt)
           
 

Method Detail

rejectEvent

public boolean rejectEvent(java.awt.event.InputEvent evt)