Table of Contents

Interface IWindowFocusListener

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

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

public interface IWindowFocusListener

Methods

WindowGainedFocus(WindowEvent)

void WindowGainedFocus(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent

WindowLostFocus(WindowEvent)

void WindowLostFocus(WindowEvent arg0)

Parameters

arg0 WindowEvent

WindowEvent