gnu.io
Class ParallelPortEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gnu.io.ParallelPortEvent
All Implemented Interfaces:
java.io.Serializable

public class ParallelPortEvent
extends java.util.EventObject

Since:
JDK1.0
Version:
%I%, %G%
Author:
Trent Jarvi
See Also:
Serialized Form

Field Summary
static int PAR_EV_BUFFER
           
static int PAR_EV_ERROR
           
 
Constructor Summary
ParallelPortEvent(ParallelPortInterface srcport, int eventtype, boolean oldvalue, boolean newvalue)
           
 
Method Summary
 int getEventType()
           
 boolean getNewValue()
           
 boolean getOldValue()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PAR_EV_ERROR

public static final int PAR_EV_ERROR
See Also:
Constant Field Values

PAR_EV_BUFFER

public static final int PAR_EV_BUFFER
See Also:
Constant Field Values
Constructor Detail

ParallelPortEvent

public ParallelPortEvent(ParallelPortInterface srcport,
                         int eventtype,
                         boolean oldvalue,
                         boolean newvalue)
Method Detail

getEventType

public int getEventType()

getNewValue

public boolean getNewValue()

getOldValue

public boolean getOldValue()