Interface s2iDBOpenListener

All Known Implementing Classes:
s2iConfigureNodes, s2iMain, s2iProjectSetup

abstract interface s2iDBOpenListener

Classes that must be notified when a SpiTran project file has been opened must implement this interface. When this happens each registered listener will have it's getDB() method called. At this point data should be loaded in from files.

Author:
Anish Malhotra, Cadence Design Systems
See Also:
s2iDBReadWrite

Method Summary
 void getDB()
           
 

Method Detail

getDB

public void getDB()