Class InterruptionContext.Event

java.lang.Object
net.algart.contexts.InterruptionContext.Event
Enclosing interface:
InterruptionContext

public static class InterruptionContext.Event extends Object
The interruption event: an argument of InterruptionContext.Listener.interruptionRequested(InterruptionContext.Event) method. The application may extend this class to pass some additional information about interruption reason to that method.
  • Constructor Details

    • Event

      public Event()