Class ASimpleMVCPluginController<M extends ASimpleMVCPluginModel<?,​?>,​V extends ASimpleMVCPluginView<?,​?,​?>>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger logger  
      protected static org.slf4j.Logger STATIC_LOGGER  
      • Fields inherited from class java.lang.Thread

        MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLoggerName()  
      M getModel()  
      V getView()  
      protected abstract void handleAlgorithmEventInternally​(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent)  
      void handleGUIEvent​(GUIEvent guiEvent)  
      void handleSerializableAlgorithmEvent​(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent)  
      void run()  
      void setLoggerName​(java.lang.String name)  
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

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

      • STATIC_LOGGER

        protected static final org.slf4j.Logger STATIC_LOGGER
      • logger

        protected org.slf4j.Logger logger
    • Constructor Detail

      • ASimpleMVCPluginController

        public ASimpleMVCPluginController​(M model,
                                          V view)
    • Method Detail

      • getModel

        public M getModel()
      • getView

        public V getView()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface org.api4.java.common.control.ILoggingCustomizable