com.onionnetworks.fec.io
Class PacketEntryAddedEvent

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

public class PacketEntryAddedEvent
extends FECIOEvent

This event signifies that a new packet entry has been added. (c) Copyright 2001 Onion Networks (c) Copyright 2000 OpenCola

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

Constructor Summary
PacketEntryAddedEvent(java.lang.Object source, int packetIndex)
           
 
Method Summary
 int getPacketIndex()
           
 
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

PacketEntryAddedEvent

public PacketEntryAddedEvent(java.lang.Object source,
                             int packetIndex)
Method Detail

getPacketIndex

public int getPacketIndex()
Returns:
the packetIndex of the packet just written


Copyright © 2002 Onion Networks. All Rights Reserved.