fable.adt.event
Interface StructuralChangeListener

All Superinterfaces:
java.util.EventListener, FableListener
All Known Implementing Classes:
FeedListTree, FeedView, MessageHandler

public interface StructuralChangeListener
extends FableListener

The listener interface for structural changes of ADT.

Author:
Wonsik Kim

Method Summary
 void structureChanged(StructuralChangeEvent sce)
          Invoked when structure of ADT is changed.
 

Method Detail

structureChanged

void structureChanged(StructuralChangeEvent sce)
Invoked when structure of ADT is changed.

Parameters:
sce - StructuralChangeEvent object containing information about the event.