GNU Prolog for Java

gnu.prolog.vm
Interface PrologCodeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ICall, InterpretedByteCode

public interface PrologCodeListener
extends EventListener

listener for changes in prolog code


Method Summary
 void prologCodeUpdated(PrologCodeUpdatedEvent evt)
          this method is called when prolog code was updated
 

Method Detail

prologCodeUpdated

void prologCodeUpdated(PrologCodeUpdatedEvent evt)
this method is called when prolog code was updated


GNU Prolog for Java