de.grogra.pf.io
Class PluginCollector

java.lang.Object
  extended by de.grogra.pf.io.PluginCollector
All Implemented Interfaces:
PersistenceOutputListener

public class PluginCollector
extends java.lang.Object
implements PersistenceOutputListener


Constructor Summary
PluginCollector(java.util.Collection list)
           
 
Method Summary
 void objectWritten(java.lang.Object object)
           
 void sharedObjectReferenceWritten(Shareable o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginCollector

public PluginCollector(java.util.Collection list)
Method Detail

objectWritten

public void objectWritten(java.lang.Object object)
Specified by:
objectWritten in interface PersistenceOutputListener

sharedObjectReferenceWritten

public void sharedObjectReferenceWritten(Shareable o)
Specified by:
sharedObjectReferenceWritten in interface PersistenceOutputListener