com.algosome.common.io
Class SourceEvent

java.lang.Object
  extended by com.algosome.common.io.SourceEvent

public class SourceEvent
extends java.lang.Object


Constructor Summary
SourceEvent(java.lang.Object sm, Source previous, Source next)
           
 
Method Summary
 Source getNext()
           
 Source getPrevious()
           
 java.lang.Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceEvent

public SourceEvent(java.lang.Object sm,
                   Source previous,
                   Source next)
Method Detail

getPrevious

public Source getPrevious()

getNext

public Source getNext()

getSource

public java.lang.Object getSource()