org.ov4j.cache
Interface ICacheHandlerListener


public interface ICacheHandlerListener

Interface to implement to be notified of cache events.

Author:
smolloy

Method Summary
 void setOffline(boolean offline)
          The offline mode is changing.
 

Method Detail

setOffline

void setOffline(boolean offline)
The offline mode is changing.

Parameters:
offline - Whether or not we are now running in offline mode.


Copyright © 2004-2007 Steve Molloy. All Rights Reserved.