prolog.implementation
Interface IFactDbListener

All Known Implementing Classes:
FactDbRenderer

public interface IFactDbListener

defines a listener to be infomed about changes in the fact db


Method Summary
 void onFactDbChanged()
          invoked when fact db completely changes
 void onFactListAdded(IFactList f)
          invoked when a fact list was added to the fact db
 void onRelationAdded(IRelation relation, int name)
          invoked when a simple relation was added
 

Method Detail

onFactDbChanged

public void onFactDbChanged()
invoked when fact db completely changes

onFactListAdded

public void onFactListAdded(IFactList f)
invoked when a fact list was added to the fact db

onRelationAdded

public void onRelationAdded(IRelation relation,
                            int name)
invoked when a simple relation was added