com.penguinwerks.jodene.listeners
Class PocketListener

java.lang.Object
  extended bycom.penguinwerks.jodene.listeners.PocketListener
All Implemented Interfaces:
EpochEventListener

public class PocketListener
extends java.lang.Object
implements EpochEventListener

This listener invokes the pocket system for the network.

Author:
Paul Hoehne

Constructor Summary
PocketListener(Pocket pocket)
          Creates a new instance of PocketListener
 
Method Summary
 void epochEnd(TrainingEpochEvent evt)
          Implements the end epoch method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PocketListener

public PocketListener(Pocket pocket)
Creates a new instance of PocketListener

Parameters:
pocket - The pocket used by this pocket listners.
Method Detail

epochEnd

public void epochEnd(TrainingEpochEvent evt)
Implements the end epoch method.

Specified by:
epochEnd in interface EpochEventListener
Parameters:
evt - The epoch end event.