AIMA.Core.Logic.FOL.Domain.FOLDomainSkolemFunctionAddedEvent.notifyListener C# (CSharp) Method

notifyListener() public method

public notifyListener ( FOLDomainListener listener ) : void
listener FOLDomainListener
return void
        public override void notifyListener(FOLDomainListener listener)
        {
            listener.skolemFunctionAdded(this);
        }
    }