All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dvb.event.UserEventListener Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.dvb.event ;

/**
 * The listener interface for receiving user inputs.
 */
public interface UserEventListener extends java.util.EventListener {
    
	/**
	 * Called by the platform when a user input is received.
	 *
	 * @param e the user input event which was received
	 */
    public void userEventReceived (UserEvent e) ;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy