Class FinishedEvent

  • All Implemented Interfaces:
    IEvent

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

      Fields 
      Modifier and Type Field Description
      static IEvent INSTANCE  
    • Constructor Summary

      Constructors 
      Constructor Description
      FinishedEvent​(java.lang.Object result)  
    • Field Detail

      • INSTANCE

        public static final IEvent INSTANCE
    • Constructor Detail

      • FinishedEvent

        public FinishedEvent​(java.lang.Object result)
    • Method Detail

      • getResult

        public java.lang.Object getResult()