norsys.netica
Interface NeticaListener

All Known Implementing Classes:
Generic

public interface NeticaListener

An interface that all classes which are to receive NeticaEvents must implement.

Since:
2.08
Version:
2.21 - May 7, 2002

Method Summary
 void eventOccurred(NeticaEvent event)

A call-back method that Netica will call to indicate an event occurred.

 

Method Detail

eventOccurred

public void eventOccurred(NeticaEvent event)
A call-back method that Netica will call to indicate an event occurred.

Parameters:
NeticaEvent    event    An object with information about the event that occurred.

Version:
This method is available in all versions.
Example:
See  addListener.