AtomSpace::AtomSpaceEvent
Inherits Enum < Comparable < Value < Object
Events emitted by AtomSpace for observers
Constants
ATOM_ADDED = 0
ATOM_REMOVED = 1
TRUTH_VALUE_CHANGED = 2
ATTENTION_VALUE_CHANGED = 3
Instance methods
atom_added?
Returns true if this enum value equals ATOM_ADDED
atom_removed?
Returns true if this enum value equals ATOM_REMOVED
attention_value_changed?
Returns true if this enum value equals ATTENTION_VALUE_CHANGED
truth_value_changed?
Returns true if this enum value equals TRUTH_VALUE_CHANGED