packets
Class EDLPacket

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

public class EDLPacket
extends Packet

this packs an arraylist of strings that represents an edl fil

See Also:
Serialized Form

Field Summary
 java.util.ArrayList<java.lang.String> edlFile
          the edl file
static boolean hasResponded
          boolean that is set after a confirmation from the control suite have arrived at the clip recorder control
 
Constructor Summary
EDLPacket(java.util.ArrayList<java.lang.String> file)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edlFile

public java.util.ArrayList<java.lang.String> edlFile
the edl file


hasResponded

public static boolean hasResponded
boolean that is set after a confirmation from the control suite have arrived at the clip recorder control

Constructor Detail

EDLPacket

public EDLPacket(java.util.ArrayList<java.lang.String> file)
Parameters:
file -