Interface InitializeListener

  • All Superinterfaces:
    EventListener
    All Known Implementing Classes:
    CoreUtils

    public interface InitializeListener
    extends EventListener
    This listener is executed when the Para.initialize() is called.
    Author:
    Alex Bogdanovski [alex@erudika.com]
    • Method Detail

      • onInitialize

        void onInitialize()
        Code to execute right after initialization.