ColorShapeLinks AI
An AI competition for the IEEE Conference on Games 2021
IThinkerListener Interface Reference

Interface to be implemented by classes who wish to listen to thinker events. More...

+ Inheritance diagram for IThinkerListener:
+ Collaboration diagram for IThinkerListener:

Public Member Functions

void ListenTo (IThinker subject)
 Register listener with a thinker event producer. More...
 

Detailed Description

Interface to be implemented by classes who wish to listen to thinker events.

Member Function Documentation

◆ ListenTo()

void ListenTo ( IThinker  subject)

Register listener with a thinker event producer.

Parameters
subjectThe thinker event producer which this listener will be listen to.

Implemented in SimpleRenderingListener.


The documentation for this interface was generated from the following file: