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
1 changed files with 2 additions and 1 deletions

View File

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