mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 22:07:55 +01:00
extends ControllerInterface< T >
Mini-tweaks...
This commit is contained in:
parent
1f7cb64986
commit
f0adb9e37a
@ -1,5 +1,3 @@
|
||||
package controlP5;
|
||||
|
||||
/**
|
||||
* controlP5 is a processing gui library.
|
||||
*
|
||||
@ -25,6 +23,8 @@ package controlP5;
|
||||
*
|
||||
*/
|
||||
|
||||
package controlP5;
|
||||
|
||||
import processing.core.PApplet;
|
||||
import processing.core.PFont;
|
||||
import processing.core.PGraphics;
|
||||
@ -35,7 +35,7 @@ import processing.event.KeyEvent;
|
||||
* The ControllerInterface is inherited by all ControllerGroup and Controller classes.
|
||||
*
|
||||
*/
|
||||
public interface ControllerInterface< T > {
|
||||
public interface ControllerInterface< T extends ControllerInterface< T > > {
|
||||
|
||||
@ControlP5.Invisible public void init( );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user