モジュール java.desktop
パッケージ javax.print.event

クラスPrintServiceAttributeEvent

java.lang.Object
java.util.EventObject
javax.print.event.PrintEvent
javax.print.event.PrintServiceAttributeEvent
すべての実装されたインタフェース:
Serializable

public class PrintServiceAttributeEvent
extends PrintEvent
PrintServiceAttributeEventクラスは、Print Serviceインスタンスが報告するイベントをカプセル化して、クライアントに印刷サービスの状態の変化を知らせます。
関連項目:
直列化された形式
  • コンストラクタの詳細

  • メソッドの詳細

    • getPrintService

      public PrintService getPrintService()
      印刷サービスを返します。
      戻り値:
      PrintServiceオブジェクト
    • getAttributes

      public PrintServiceAttributeSet getAttributes()
      変更された印刷サービス属性とその新しい値を判定します。
      戻り値:
      変更されたサービス属性の新しい値を含む属性。 返されたセットは変更できない。