com.onionnetworks.fec.io
Class BlockDecodedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.onionnetworks.fec.io.FECIOEvent
          extended by com.onionnetworks.fec.io.BlockDecodedEvent
All Implemented Interfaces:
java.io.Serializable

public class BlockDecodedEvent
extends FECIOEvent

This event signifies that a complete block was decoded. (c) Copyright 2001 Onion Networks (c) Copyright 2000 OpenCola

Author:
Justin F. Chapweske (justin@chapweske.com)
See Also:
Serialized Form

Constructor Summary
BlockDecodedEvent(java.lang.Object source, int blockNum)
           
 
Method Summary
 int getBlockNum()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockDecodedEvent

public BlockDecodedEvent(java.lang.Object source,
                         int blockNum)
Method Detail

getBlockNum

public int getBlockNum()
Returns:
the blockNum of the block that was decoded.


Copyright © 2002 Onion Networks. All Rights Reserved.