Interface Context

    • Method Detail

      • initialize

        void initialize​(Context context)
      • start

        void start()
        this is load and start root internal process of the context hierarchy.
      • stop

        void stop()
        this is release root internal process of the context hierarchy.
      • getParent

        Context getParent()
        Return the parent context, or null if there is no parent and this is the root of the context hierarchy.
      • getEnvironment

        Environment getEnvironment()
        this is release Environment of the context hierarchy.