Uses of Interface
com.wolfram.jlink.PacketListener
-
Packages that use PacketListener 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 PacketListener in com.wolfram.jlink
Classes in com.wolfram.jlink that implement PacketListener Modifier and Type Class Description class
PacketPrinter
PacketPrinter is an implementation of the PacketListener interface that prints the contents of incoming packets to a stream that you specify.Methods in com.wolfram.jlink with parameters of type PacketListener Modifier and Type Method Description void
KernelLink. addPacketListener(PacketListener listener)
Adds the specified PacketListener to receive PacketArrivedEvents.void
KernelLink. removePacketListener(PacketListener listener)
Removes the specified PacketListener object so that it no longer receives PacketArrivedEvents. -
Uses of PacketListener in com.wolfram.jlink.ui
Classes in com.wolfram.jlink.ui that implement PacketListener Modifier and Type Class Description class
InterruptDialog
This is an "interrupt computation" dialog similar to the one you see in the notebook front end when you select Kernel/Interrupt Evaluation. -
Uses of PacketListener in com.wolfram.jlink.util
Classes in com.wolfram.jlink.util that implement PacketListener Modifier and Type Class Description class
MathematicaTask
MathematicaTask is an Ant task that allows you to call Mathematica from Ant build files.
-