The Octet Molecular Representation Framework v0.8.2

net.sf.octet.traversal
Interface CycleSystemTraverser.Handler

All Superinterfaces:
TraversalHandler
Enclosing interface:
CycleSystemTraverser

public static interface CycleSystemTraverser.Handler
extends TraversalHandler

A handler of CycleSystemTraverser events. Clients requiring updates of the cycle system traversal process can implement this interface and pass the implementing class as a argument to CycleSystemTraverser.traverse.

Author:
Richard Apodaca

Method Summary
 void CycleSystemFinished()
          Implement this method to receive notification that all elements of the last perceived cycle system have been traversed.
 void CycleSystemStarted()
          Implement this method to receive notification that a new cycle system has been found and is about to be traversed.
 
Methods inherited from interface net.sf.octet.traversal.TraversalHandler
abortTraversal, atomPairTraversed, atomTraversed, traversalFinished, traversalStarted
 

Method Detail

CycleSystemStarted

public void CycleSystemStarted()
Implement this method to receive notification that a new cycle system has been found and is about to be traversed.


CycleSystemFinished

public void CycleSystemFinished()
Implement this method to receive notification that all elements of the last perceived cycle system have been traversed.


The Octet Molecular Representation Framework v0.8.2