addWindowListener
JDK Doc(JAVA)Download this dictionary
addWindowListener(WindowListener)
- Method in class java.awt.Window 
public void addWindowListener (WindowListener  l)
Adds the specified window listener to receive window events from this window. If l is null, no exception is thrown and no action is performed.Parameters: l - the window listener


| addWindowListener in English