com.jamonapi
Interface CopyJAMonListener

All Known Implementing Classes:
JAMonArrayBufferListener, JAMonBufferListener, Log4jBufferListener, SharedJAMonBufferListener

public interface CopyJAMonListener

A listener implements this interface if it also can act as a factory. copy() should return an exact copy of the JAMonListener

Author:
steve souza

Method Summary
 JAMonListener copy()
           
 

Method Detail

copy

JAMonListener copy()