Class AbstractComponent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Engine engine
      The Engine owning this Component instance.
      protected Parameters params
      This component initialization Parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void debug​(java.lang.String message)
      Report a debug message to the owning Engine.
      void init​(Engine e, Parameters p)
      Initialize this component instance.
      protected void log​(java.lang.String message)
      Report a log message to the owning Engine.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • engine

        protected Engine engine
        The Engine owning this Component instance.
      • params

        protected Parameters params
        This component initialization Parameters.
    • Constructor Detail

      • AbstractComponent

        public AbstractComponent()
    • Method Detail

      • debug

        protected void debug​(java.lang.String message)
        Report a debug message to the owning Engine.
        Parameters:
        msg - The debug message to report.
      • log

        protected void log​(java.lang.String message)
        Report a log message to the owning Engine.
        Parameters:
        msg - The log message to report.