com.softwareag.xbd.extension
Interface CacheController.Event

Enclosing interface:
CacheController

public static interface CacheController.Event

Interface for controller events


Method Summary
 void onException(java.lang.Throwable e)
           
 void onStart()
           
 void onStop()
           
 

Method Detail

onStart

public void onStart()

onStop

public void onStop()

onException

public void onException(java.lang.Throwable e)


Copyright © 2004-2007 Software AG. All Rights Reserved.