SG++-Doxygen-Documentation
python.controller.LearnerEventController.LearnerEventController Class Reference

Abstract class of Subscribers of LearnerEvents. More...

Inheritance diagram for python.controller.LearnerEventController.LearnerEventController:

Public Member Functions

def __repr__ (self)
 Returns a string that represents the object. More...
 
def handleLearningEvent (self, subject, event)
 Handles events from Learner. More...
 
def toString (self)
 Returns a string that represents the object. More...
 

Detailed Description

Abstract class of Subscribers of LearnerEvents.

The classes that wants to obtain the progress notifications from Learner should implement this class. See documentation of Learner for details.

Member Function Documentation

◆ __repr__()

◆ handleLearningEvent()

def python.controller.LearnerEventController.LearnerEventController.handleLearningEvent (   self,
  subject,
  event 
)

Handles events from Learner.

Parameters
subjectLearner object
eventEvent Status of type LearnerEvents

◆ toString()

def python.controller.LearnerEventController.LearnerEventController.toString (   self)

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