gnu.io
クラス ParallelPortEvent

java.lang.Object
  上位を拡張 java.util.EventObject
      上位を拡張 gnu.io.ParallelPortEvent
すべての実装されたインタフェース:
java.io.Serializable

public class ParallelPortEvent
extends java.util.EventObject

導入されたバージョン:
JDK1.0
関連項目:
直列化された形式

フィールドの概要
private  int eventType
           
private  boolean NewValue
           
private  boolean OldValue
           
static int PAR_EV_BUFFER
           
static int PAR_EV_ERROR
           
 
クラス java.util.EventObject から継承されたフィールド
source
 
コンストラクタの概要
ParallelPortEvent(ParallelPort srcport, int eventtype, boolean oldvalue, boolean newvalue)
           
 
メソッドの概要
 int getEventType()
           
 boolean getNewValue()
           
 boolean getOldValue()
           
 
クラス java.util.EventObject から継承されたメソッド
getSource, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

PAR_EV_ERROR

public static final int PAR_EV_ERROR
関連項目:
定数フィールド値

PAR_EV_BUFFER

public static final int PAR_EV_BUFFER
関連項目:
定数フィールド値

OldValue

private boolean OldValue

NewValue

private boolean NewValue

eventType

private int eventType
コンストラクタの詳細

ParallelPortEvent

public ParallelPortEvent(ParallelPort srcport,
                         int eventtype,
                         boolean oldvalue,
                         boolean newvalue)
メソッドの詳細

getEventType

public int getEventType()

getNewValue

public boolean getNewValue()

getOldValue

public boolean getOldValue()