Package Summary  Overview Summary

class:PrintEvent [NONE]

constructor:<init>(java.lang.Object) [NONE]

  • PrintEvent

    public PrintEvent​(Object source)
    Constructs a PrintEvent object.
    Parameters:
    source - is the source of the event
    Throws:
    IllegalArgumentException - if source is null

method:toString() [NONE]

  • toString

    public String toString()
    Returns a string representation of this PrintEvent.
    Overrides:
    toString in class EventObject
    Returns:
    a message describing the event

© 2019 Oracle Corporation and/or its affiliates