Class FinishedEvent

java.lang.Object
org.eclipse.net4j.util.event.FinishedEvent
All Implemented Interfaces:
IEvent

public class FinishedEvent extends Object implements IEvent
An IEvent that is fired after a method has called a handler multiple times.
Since:
3.3
Author:
Eike Stepper
  • Field Details

    • INSTANCE

      public static final IEvent INSTANCE
  • Constructor Details

    • FinishedEvent

      public FinishedEvent(Object result)
  • Method Details