All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.LibraryListenerAdapter

java.lang.Object
   |
   +----org.dorm4.fls.LibraryListenerAdapter

public abstract class LibraryListenerAdapter
extends Object
implements ILibraryListener
Convenience class for ILibraryListener


Constructor Index

 o LibraryListenerAdapter()

Method Index

 o onConnectionClosed(LibraryEvent)
The database connection has been lost
 o onOffline(LibraryEvent)
The library has gone offline
 o onOnline(LibraryEvent)
The library has come online
 o onTasksRun(Library)
The library has completed running its scheduled tasks

Constructors

 o LibraryListenerAdapter
 public LibraryListenerAdapter()

Methods

 o onConnectionClosed
 public void onConnectionClosed(LibraryEvent event)
The database connection has been lost

 o onOffline
 public void onOffline(LibraryEvent event)
The library has gone offline

 o onOnline
 public void onOnline(LibraryEvent event)
The library has come online

 o onTasksRun
 public void onTasksRun(Library event)
The library has completed running its scheduled tasks


All Packages  Class Hierarchy  This Package  Previous  Next  Index