org.davic.net.ca
Interface CAListener

All Superinterfaces:
java.util.EventListener

public interface CAListener
extends java.util.EventListener

This interface is implemented by an object in the application that can be registered to receive events related to CA


Method Summary
 void receiveCAEvent(CAEvent anEvent)
          This method is called to send an event to the listener.
 

Method Detail

receiveCAEvent

public void receiveCAEvent(CAEvent anEvent)
This method is called to send an event to the listener.

Parameters:
anEvent - event to be sent to the listener