com.ibm.di.api.local
Interface ConfigurationFileListener

All Superinterfaces:
java.util.EventListener

public interface ConfigurationFileListener
extends java.util.EventListener

This is a base EventListener for receiving Server API Configuration File events.

In order to listen for events an implementation of this class should be provided by the user. Then reference to this implementation could be added/removed with some of these methods: Session.addEventListener(ConfigurationFileListener), Session.removeEventListener(ConfigurationFileListener)

Since:
7.2

Method Summary
 void handleEvent(ConfigEvent evt)
          Called to deliver the ConfigEvent that had occurred.
 

Method Detail

handleEvent

void handleEvent(ConfigEvent evt)
Called to deliver the ConfigEvent that had occurred.

Parameters:
evt - the event object
Throws:
java.rmi.RemoteException - - on communication error.