gnu.prolog.database
Class PredicateUpdatedEvent
java.lang.Object
java.util.EventObject
gnu.prolog.database.PredicateUpdatedEvent
- All Implemented Interfaces:
- Serializable
public class PredicateUpdatedEvent
- extends EventObject
event notifying about event with predicates
- See Also:
- Serialized Form
tag
protected CompoundTermTag tag
PredicateUpdatedEvent
protected PredicateUpdatedEvent(Module module,
CompoundTermTag tag)
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