Class ApplicationEvent

    • Constructor Detail

      • ApplicationEvent

        public ApplicationEvent​(ApplicationEvent.Type type,
                                Application app)
        Creates an event of a given type and for the specified app and the current time.
        Parameters:
        type - app event type
        app - event app subject
      • ApplicationEvent

        public ApplicationEvent​(ApplicationEvent.Type type,
                                Application app,
                                long time)
        Creates an event of a given type and for the specified app and time.
        Parameters:
        type - app event type
        app - event app subject
        time - occurrence time