org.neuroph.core.events
Class LearningEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.neuroph.core.events.LearningEvent
All Implemented Interfaces:
Serializable

public class LearningEvent
extends EventObject

This class holds information about the source of some learning event.

Author:
Zoran Sevarac
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LearningEvent(LearningRule source)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LearningEvent

public LearningEvent(LearningRule source)


Copyright © 2012. All Rights Reserved.