net.openai.ai.nn.network.event
Class NeuronRemovedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.openai.ai.nn.network.event.NeuronRemovedEvent
All Implemented Interfaces:
java.io.Serializable

public class NeuronRemovedEvent
extends java.util.EventObject

Class declaration

Version:
%I%, %G%
Author:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NeuronRemovedEvent(java.lang.Object source, Neuron neuron)
          Constructor declaration
 
Method Summary
 Neuron getNeuron()
          Method declaration
 
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

NeuronRemovedEvent

public NeuronRemovedEvent(java.lang.Object source,
                          Neuron neuron)
Constructor declaration

Parameters:
source -
neuron -
See Also:
Method Detail

getNeuron

public Neuron getNeuron()
Method declaration

Returns:
See Also:


Copyright - 2001 OpenAI Labs. All Rights Reserved.