com.taursys.xml.event
Interface InputListener

All Superinterfaces:
java.util.EventListener

public interface InputListener
extends java.util.EventListener

Interface for listeners for InputEvents


Method Summary
 void inputReceived(InputEvent e)
          Invoked whenever a input is received for the source component
 

Method Detail

inputReceived

public void inputReceived(InputEvent e)
                   throws java.lang.Exception
Invoked whenever a input is received for the source component

Throws:
java.lang.Exception


Copyright © 2007 Martin T Phelan. All Rights Reserved.