norsys.netica
Interface NeticaListener

All Known Implementing Classes:
Node, Net

public interface NeticaListener

An interface that all Classes interested in receiving NeticaEvents must implement.

Since:
2.08

Method Summary
 void eventOccurred(NeticaEvent event)
          The method called-back when an event occurs of the type this listener expressed interest in.
 

Method Detail

eventOccurred

public void eventOccurred(NeticaEvent event)
                   throws NeticaException
The method called-back when an event occurs of the type this listener expressed interest in.

Version:
This function is available in all versions.
Parameters:
event - An object representing the event that occurred.