C# Class AIMA.Core.Logic.FOL.Domain.FOLDomainEvent

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
FOLDomainEvent ( Object source ) : System
notifyListener ( FOLDomainListener listener ) : void

Method Details

FOLDomainEvent() public méthode

public FOLDomainEvent ( Object source ) : System
source Object
Résultat System

notifyListener() public abstract méthode

public abstract notifyListener ( FOLDomainListener listener ) : void
listener FOLDomainListener
Résultat void