mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 14:07:55 +01:00
Update ControlListener.java
@FunctionalInterface
This commit is contained in:
parent
f3dd78f9c9
commit
333c0f7f25
@ -34,7 +34,7 @@ package controlP5;
|
|||||||
*
|
*
|
||||||
* @example use/ControlP5listenerForSingleController
|
* @example use/ControlP5listenerForSingleController
|
||||||
*/
|
*/
|
||||||
public interface ControlListener {
|
@FunctionalInterface public interface ControlListener {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* controlEvent is called by controlP5's ControlBroadcaster to inform available listeners about
|
* controlEvent is called by controlP5's ControlBroadcaster to inform available listeners about
|
||||||
|
Loading…
Reference in New Issue
Block a user