packets
Class ListPacket

java.lang.Object
  extended by packetNetworking.Packet
      extended by packets.ListPacket
All Implemented Interfaces:
java.io.Serializable

public class ListPacket
extends Packet

contains a list clips generated from the clip recorder control

See Also:
Serialized Form

Field Summary
 java.util.ArrayList<Clip> clips
          list of clips to be sent
 
Constructor Summary
ListPacket()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clips

public java.util.ArrayList<Clip> clips
list of clips to be sent

Constructor Detail

ListPacket

public ListPacket()