Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.event

Interface AncestorListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--javax.swing.event.AncestorListener

All Implemented Interfaces:

EventListener


public interface AncestorListener

implements EventListener

AncestorListener Interface

Authors:

Method Summary

voidancestorAdded(javax.swing.event.AncestorEvent event)

Ancestor Added
voidancestorMoved(javax.swing.event.AncestorEvent event)

Ancestor Moved
voidancestorRemoved(javax.swing.event.AncestorEvent event)

Ancestor Removed

Method Details

ancestorAdded

public void ancestorAdded(javax.swing.event.AncestorEvent event)

Ancestor Added

Parameters:


ancestorMoved

public void ancestorMoved(javax.swing.event.AncestorEvent event)

Ancestor Moved

Parameters:


ancestorRemoved

public void ancestorRemoved(javax.swing.event.AncestorEvent event)

Ancestor Removed

Parameters: