org.freehep.record.loop.event
Interface ChainableRecordListener

All Superinterfaces:
EventListener, RecordListener, RecordListenerManager
All Known Implementing Classes:
ChainableRecordListenerDecorator

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 8584 2006-08-10 23:06:37Z duns $
Author:
patton

Method Summary
 
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
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.