com.intellij.j2ee.appServerIntegrations
Interface AppServerIntegrationListener


public interface AppServerIntegrationListener


Method Summary
 void onBeforeChange(AppServerIntegration oldIntegration, AppServerIntegration newIntegration)
           
 void onIntegrationChanged(AppServerIntegration oldIntegration, AppServerIntegration newIntegration)
           
 

Method Detail

onIntegrationChanged

void onIntegrationChanged(AppServerIntegration oldIntegration,
                          AppServerIntegration newIntegration)

onBeforeChange

void onBeforeChange(AppServerIntegration oldIntegration,
                    AppServerIntegration newIntegration)