Class EventHandlerAdapter

java.lang.Object
com.sleepycat.db.EventHandlerAdapter
All Implemented Interfaces:
EventHandler

public abstract class EventHandlerAdapter extends Object implements EventHandler
An abstract class that implements EventHandler, used to specify a callback function to be called when an event is sent from the Berkeley DB library.

See the EventHandler class documentation for information on event callback handler usage.