com.genesyslab.ail.event
Interface DnFunctionListener


public interface DnFunctionListener

Event published by DnFunction.


Method Summary
 void handleDnFunctionEvent(DnFunctionEvent event)
          This method gets called when an event occurs on DN and is about a monitored function.
 

Method Detail

handleDnFunctionEvent

void handleDnFunctionEvent(DnFunctionEvent event)
This method gets called when an event occurs on DN and is about a monitored function.

Parameters:
event - an event describing one function change.