Table of Contents

Interface IAncestorListener

Namespace
Javax.Swing.Event
Assembly
MASES.JNet.dll

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

public interface IAncestorListener

Methods

AncestorAdded(AncestorEvent)

void AncestorAdded(AncestorEvent arg0)

Parameters

arg0 AncestorEvent

AncestorEvent

AncestorMoved(AncestorEvent)

void AncestorMoved(AncestorEvent arg0)

Parameters

arg0 AncestorEvent

AncestorEvent

AncestorRemoved(AncestorEvent)

void AncestorRemoved(AncestorEvent arg0)

Parameters

arg0 AncestorEvent

AncestorEvent