Table of Contents

Interface IKeyListener

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll
public interface IKeyListener : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

KeyPressed(KeyEvent)

void KeyPressed(KeyEvent arg0)

Parameters

arg0 KeyEvent

KeyEvent

KeyReleased(KeyEvent)

void KeyReleased(KeyEvent arg0)

Parameters

arg0 KeyEvent

KeyEvent

KeyTyped(KeyEvent)

void KeyTyped(KeyEvent arg0)

Parameters

arg0 KeyEvent

KeyEvent