javax.swing.event

Interface AncestorListener

public interface AncestorListener extends EventListener

AncestorListener Interface
Method Summary
voidancestorAdded(AncestorEvent event)
Ancestor Added
voidancestorMoved(AncestorEvent event)
Ancestor Moved
voidancestorRemoved(AncestorEvent event)
Ancestor Removed

Method Detail

ancestorAdded

public void ancestorAdded(AncestorEvent event)
Ancestor Added

Parameters: event Ancestor Event

ancestorMoved

public void ancestorMoved(AncestorEvent event)
Ancestor Moved

Parameters: event Ancestor Event

ancestorRemoved

public void ancestorRemoved(AncestorEvent event)
Ancestor Removed

Parameters: event Ancestor Event