|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectpacketNetworking.Packet
packets.EDLPacket
public class EDLPacket
this packs an arraylist of strings that represents an edl fil
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 |
---|
public java.util.ArrayList<java.lang.String> edlFile
public static boolean hasResponded
Constructor Detail |
---|
public EDLPacket(java.util.ArrayList<java.lang.String> file)
file
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |