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 [[email protected]]
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Code to execute right after initialization.
  • Method Details

    • onInitialize

      void onInitialize()
      Code to execute right after initialization.