Uses of Interface
com.wolfram.jlink.PacketListener

Packages that use PacketListener
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
 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
 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
 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
 class MathematicaTask
          MathematicaTask is an Ant task that allows you to call Mathematica from Ant build files.
 



J/Link is Copyright (c) 1999-2007, Wolfram Research, Inc. All rights reserved.