Interface EventFilter

All Known Implementing Classes:
Immobilized.MoveIfSelected, Immobilized.UseAlt, Immobilized.UseShift

public interface EventFilter
Gives information about what kinds of events a GamePiece will respond to
See Also:
Properties.SELECT_EVENT_FILTER
  • Method Summary

    Modifier and Type Method Description
    boolean rejectEvent​(InputEvent evt)  
  • Method Details

    • rejectEvent

      boolean rejectEvent​(InputEvent evt)