vnas.sm
Interface SMakerListener


public interface SMakerListener

Advanced: a lister to get a notification about completion of loading the file, initializing the nodes and creating the components.


Method Summary
 void smCreated()
          called after creating the target objects.
 void smInitialized()
          called after the SMaker adapters to the target objects have been loaded.
 void smLoaded()
          called after the SMaker data (for example the XML file) has been loaded.
 

Method Detail

smLoaded

public void smLoaded()
called after the SMaker data (for example the XML file) has been loaded.

smInitialized

public void smInitialized()
called after the SMaker adapters to the target objects have been loaded.

smCreated

public void smCreated()
called after creating the target objects.