GNU Prolog for Java

gnu.prolog.database
Class PredicateUpdatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gnu.prolog.database.PredicateUpdatedEvent
All Implemented Interfaces:
Serializable

public class PredicateUpdatedEvent
extends EventObject

event notifying about event with predicates

See Also:
Serialized Form

Field Summary
protected  CompoundTermTag tag
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected PredicateUpdatedEvent(Module module, CompoundTermTag tag)
           
 
Method Summary
 Module getModule()
          get module of changed predicate
 CompoundTermTag getTag()
          get tag of changed predicate
 
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
 

Field Detail

tag

protected CompoundTermTag tag
Constructor Detail

PredicateUpdatedEvent

protected PredicateUpdatedEvent(Module module,
                                CompoundTermTag tag)
Method Detail

getTag

public CompoundTermTag getTag()
get tag of changed predicate

Returns:
the tag of the changed predicate

getModule

public Module getModule()
get module of changed predicate

Returns:
the module of the changed predicate

GNU Prolog for Java