Uses of Class
com.wolfram.jlink.PacketArrivedEvent

Packages that use PacketArrivedEvent
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
 boolean PacketListener.packetArrived(PacketArrivedEvent evt)
          Called when a packet arrives.
 boolean PacketPrinter.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
 boolean InterruptDialog.packetArrived(PacketArrivedEvent evt)
           
 

Uses of PacketArrivedEvent in com.wolfram.jlink.util
 

Methods in com.wolfram.jlink.util with parameters of type PacketArrivedEvent
 boolean MathematicaTask.packetArrived(PacketArrivedEvent evt)
           
 



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