
jcurses.event.WindowListener Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcurses Show documentation
Show all versions of jcurses Show documentation
Internal Version of JCurses for use with Kolja. For projects please use http://sourceforge.net/projects/javacurses/
The newest version!
package jcurses.event;
/**
* The interface has to be impelemented to listen on instances of WindowEvent
*/
public interface WindowListener {
/**
* The method will be called by an widget, generating WindowEvent
instances,
* if the listener has been registered by it.
*
* @param event the event occured
*/
public abstract void windowChanged(WindowEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy