junit.extensions.jfcunit.eventdata
Interface JFCEventDataListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
XMLRecorder

public interface JFCEventDataListener
extends java.util.EventListener

Listener interface to recieve AbstractEventData generated from a record session of the JFCEventManager.

Author:
Vijay Aravamudhan : ThoughtWorks Inc.

Method Summary
 void handleEvent(AbstractEventData evtData)
          This method should be implemented by the recording class which will translate the AbstractEventData into a serializable event data.
 

Method Detail

handleEvent

public void handleEvent(AbstractEventData evtData)
This method should be implemented by the recording class which will translate the AbstractEventData into a serializable event data.

Parameters:
evtData - The AbstractEventData which is to be processed by the listener.


Licensed under: GNU Lesser General Public License, Ver 2.1, February 1999