alice.tuprolog.event
Class LibraryEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byalice.tuprolog.event.PrologEvent
          extended byalice.tuprolog.event.LibraryEvent
All Implemented Interfaces:
java.io.Serializable

public class LibraryEvent
extends PrologEvent

This class represents events concerning library management.

Since:
1.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LibraryEvent(Prolog source, java.lang.String libName)
           
 
Method Summary
 java.lang.String getLibraryName()
          Gets the library name (loaded or unloaded).
 
Methods inherited from class alice.tuprolog.event.PrologEvent
getTime
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LibraryEvent

public LibraryEvent(Prolog source,
                    java.lang.String libName)
Method Detail

getLibraryName

public java.lang.String getLibraryName()
Gets the library name (loaded or unloaded).

Returns:
library name