com.ibm.di.api.remote
Interface ConfigurationFileListener

All Superinterfaces:
EventListener, Remote, RemoteListener
All Known Implementing Classes:
ConfigurationFileListenerBase

public interface ConfigurationFileListener
extends RemoteListener

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)
                 throws RemoteException
Called to deliver the ConfigEvent that had occurred.

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