krati.core.array.entry
Interface EntryPersistListener

All Known Implementing Classes:
EntryPersistAdapter

public interface EntryPersistListener

Listener for persist events.

Author:
jwu

Method Summary
 void afterPersist(Entry<? extends EntryValue> e)
           
 void beforePersist(Entry<? extends EntryValue> e)
           
 

Method Detail

beforePersist

void beforePersist(Entry<? extends EntryValue> e)
                   throws IOException
Throws:
IOException

afterPersist

void afterPersist(Entry<? extends EntryValue> e)
                  throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.