com.droplets.api.event
Interface KeyPressListener

All Superinterfaces:
java.util.EventListener

public interface KeyPressListener
extends java.util.EventListener

Defines the interface that must be implemented by classes that wish to receive KeyPressEvents.


Method Summary
 void keyPressed(KeyPressEvent event)
           
 

Method Detail

keyPressed

public void keyPressed(KeyPressEvent event)


Copyright © Droplets, 2001. All Rights Reserved.