Definitions for "KeyboardListener"
KeyboardListener is an abstract interface which client code can subclass to subscribe to keyboard events from a Layer object that has focus. See also: Listener. class, P02