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/javase/8/docs/api/javax/swing/event/AncestorListener.html

public interface IAncestorListener
Extension Methods

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