Table of Contents

Interface IWindowListener

Namespace
Java.Awt.EventNs
Assembly
MASES.JNet.dll

.NET interface for org.mases.jnet.generated.java.awt.event.WindowListener implementing https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/event/WindowListener.html

public interface IWindowListener

Methods

WindowActivated(WindowEvent)

void WindowActivated(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent

WindowClosed(WindowEvent)

void WindowClosed(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent

WindowClosing(WindowEvent)

void WindowClosing(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent

WindowDeactivated(WindowEvent)

void WindowDeactivated(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent

WindowDeiconified(WindowEvent)

void WindowDeiconified(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent

WindowIconified(WindowEvent)

void WindowIconified(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent

WindowOpened(WindowEvent)

void WindowOpened(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent