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   
 

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.
 



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