alice.tuprolog.event
Interface LibraryListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PrologEventAdapter

public interface LibraryListener
extends java.util.EventListener

Listener for library events

Since:
1.3

Method Summary
 void libraryLoaded(LibraryEvent e)
           
 void libraryUnloaded(LibraryEvent e)
           
 

Method Detail

libraryLoaded

public void libraryLoaded(LibraryEvent e)

libraryUnloaded

public void libraryUnloaded(LibraryEvent e)