Uses of Class
com.wolfram.jlink.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 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 Modifier and Type Method Description boolean
InterruptDialog. 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 boolean
MathematicaTask. packetArrived(PacketArrivedEvent evt)