jasco.runtime
Interface ConnectorRegistryListener

All Known Implementing Classes:
CallJPManager, DefaultTrapExecutor, DistributedConnectorListener, DistributedSharingManager, DistributedTrapExecutor, JAsCoTransformer, MixinManager

public interface ConnectorRegistryListener


Method Summary
 void registryChanged(CRChangeEvent event)
          method invoked whenever something changes in the connector registry: connector added, removed, connector combinattion strategy added or removed,...
 void registryUpdated()
          method invoked when the automatic connector loading process is finished is invoked regardless of whether connectors were added or deleted use registryChanged to know that.
 

Method Detail

registryChanged

void registryChanged(CRChangeEvent event)
method invoked whenever something changes in the connector registry: connector added, removed, connector combinattion strategy added or removed,...


registryUpdated

void registryUpdated()
method invoked when the automatic connector loading process is finished is invoked regardless of whether connectors were added or deleted use registryChanged to know that.