Class IPCEvent

  • All Implemented Interfaces:
    Serializable

    public class IPCEvent
    extends EventObject
    An event that is created for inter-process communications.

    Created by Jeff Gaynor
    on 8/19/11 at 9:49 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • IPCEvent

        public IPCEvent​(Object source)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • getThrowable

        public Throwable getThrowable()
      • setThrowable

        public void setThrowable​(Throwable throwable)
      • getExitStatus

        public int getExitStatus()
      • setExitStatus

        public void setExitStatus​(int exitStatus)