norsys.netica
Interface NeticaListener

All Known Implementing Classes:
General, NodePanel, NetPanel

public interface NeticaListener

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

Since:
2.08
Version:
5.04 - January 21, 2012

Method Summary
 void eventOccurred(NeticaEvent event)

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

 

Method Detail

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.