mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
23 lines
525 B
Java
23 lines
525 B
Java
package bH;
|
|
|
|
import java.awt.event.KeyEvent;
|
|
import java.awt.event.KeyListener;
|
|
|
|
class Z implements KeyListener {
|
|
Z(Y paramY) {}
|
|
|
|
public void keyTyped(KeyEvent paramKeyEvent) {}
|
|
|
|
public void keyPressed(KeyEvent paramKeyEvent) {}
|
|
|
|
public void keyReleased(KeyEvent paramKeyEvent) {
|
|
if (paramKeyEvent.getKeyCode() == 10)
|
|
Y.a(this.a);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bH/Z.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |