Uses of Class
com.wolfram.jlink.PacketArrivedEvent
-
Packages that use PacketArrivedEvent Package Description com.wolfram.jlink This is the main J/Link package, containing the classes and interfaces that programmers will use most.com.wolfram.jlink.ui Includes some classes useful in programs with non-trivial user intefaces.com.wolfram.jlink.util A couple of special utility classes: LinkSnooper, a program that displays MathLink traffic between two programs, and MathematicaTask, an Ant task for using Mathematica in Ant build files. -
-
Uses of PacketArrivedEvent in com.wolfram.jlink
Methods in com.wolfram.jlink with parameters of type PacketArrivedEvent Modifier and Type Method Description booleanPacketListener. packetArrived(PacketArrivedEvent evt)Called when a packet arrives.booleanPacketPrinter. packetArrived(PacketArrivedEvent evt)Invoked when a packet arrives on the link. -
Uses of PacketArrivedEvent in com.wolfram.jlink.ui
Methods in com.wolfram.jlink.ui with parameters of type PacketArrivedEvent Modifier and Type Method Description booleanInterruptDialog. packetArrived(PacketArrivedEvent evt) -
Uses of PacketArrivedEvent in com.wolfram.jlink.util
Methods in com.wolfram.jlink.util with parameters of type PacketArrivedEvent Modifier and Type Method Description booleanMathematicaTask. packetArrived(PacketArrivedEvent evt)
-