org.jactr.modules.pm.common.afferent
Interface IAfferentObjectListener
- All Known Subinterfaces:
- IFeatureMap<T>, IFINSTFeatureMap
- All Known Implementing Classes:
- AbstractAuralFeatureMap, AbstractFeatureMap, AbstractSortedAuralFeatureMap, AbstractSortedFeatureMap, AbstractSortedVisualFeatureMap, AbstractVisualFeatureMap, AudibleFeatureMap, ColorFeatureMap, DefaultFINSTFeatureMap, DimensionFeatureMap, DistanceFeatureMap, DurationFeatureMap, FINSTAuralFeatureMap, FINSTVisualFeatureMap, HeadingFeatureMap, KindFeatureMap, KindFeatureMap, OffsetFeatureMap, OnsetFeatureMap, PerceptualEncoderBridge, PitchFeatureMap, SizeFeatureMap, ValueFeatureMap, VisibilityFeatureMap
public interface IAfferentObjectListener
- Author:
- developer
afferentObjectUpdated
void afferentObjectUpdated(org.commonreality.object.IAfferentObject object,
org.commonreality.object.delta.IObjectDelta delta)
afferentObjectAdded
void afferentObjectAdded(org.commonreality.object.IAfferentObject object)
afferentObjectRemoved
void afferentObjectRemoved(org.commonreality.object.IAfferentObject object)
isInterestedIn
boolean isInterestedIn(org.commonreality.object.IAfferentObject object)