FreeHEP API
Version current

org.freehep.record.loop.event
Interface ChainableRecordListener

All Superinterfaces:
EventListener, RecordListener, RecordListenerManager
All Known Implementing Classes:
org.freehep.record.loop.event.ChainableRecordAdapter

public interface ChainableRecordListener
extends RecordListener, RecordListenerManager

This interface should be implemented by any RecordListener which wants to be explicity part of a chain of listeners. In most cases a RecordListener can simply use the ChainableRecordListenerDecorator class which implements this interface and allows any listener to become part of a chain of listeners.

Version:
$Id: ChainableRecordListener.java,v 1.1 2003/05/06 23:02:05 tonyj Exp $
Author:
patton
Source Code:
ChainableRecordListener.java

Methods inherited from interface org.freehep.record.loop.event.RecordListener
configure, finish, reconfigure, recordSupplied, resume, suspend
 
Methods inherited from interface org.freehep.record.loop.event.RecordListenerManager
addRecordListener, getRecordListener, removeRecordListener
 


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.