krati.core.array.entry
Class EntryPersistAdapter

java.lang.Object
  extended by krati.core.array.entry.EntryPersistAdapter
All Implemented Interfaces:
EntryPersistListener

public class EntryPersistAdapter
extends Object
implements EntryPersistListener


Constructor Summary
EntryPersistAdapter()
           
 
Method Summary
 void afterPersist(Entry<? extends EntryValue> e)
           
 void beforePersist(Entry<? extends EntryValue> e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryPersistAdapter

public EntryPersistAdapter()
Method Detail

beforePersist

public void beforePersist(Entry<? extends EntryValue> e)
                   throws IOException
Specified by:
beforePersist in interface EntryPersistListener
Throws:
IOException

afterPersist

public void afterPersist(Entry<? extends EntryValue> e)
                  throws IOException
Specified by:
afterPersist in interface EntryPersistListener
Throws:
IOException


Copyright © 2011. All Rights Reserved.