Interface EventFilter

All Known Implementing Classes:
Immobilized.MoveIfSelected, Immobilized.UseAlt, Immobilized.UseAltShift, Immobilized.UseShift
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
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)