All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.dorm4.fls.ILibraryListener

public interface ILibraryListener
Listener interface for events fired by the Library.


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

Methods

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

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

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index