com.onionnetworks.fec.io
Class PacketEntryAddedEvent
java.lang.Object
java.util.EventObject
com.onionnetworks.fec.io.FECIOEvent
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
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PacketEntryAddedEvent
public PacketEntryAddedEvent(java.lang.Object source,
int packetIndex)
getPacketIndex
public int getPacketIndex()
- Returns:
- the packetIndex of the packet just written
Copyright © 2002 Onion Networks. All Rights Reserved.