Update ControlKey.java

@FunctionalInterface
This commit is contained in:
GoToLoop 2016-07-11 04:55:24 -03:00 committed by GitHub
parent c61291e963
commit 5956a93812

View File

@ -25,7 +25,8 @@ package controlP5;
* *
*/ */
public interface ControlKey { @FunctionalInterface public interface ControlKey {
public void keyEvent(); public void keyEvent();
} }