Class ViewChangeWrappedRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ViewChangeWrappedRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    Runnable for handling wrapped dialog types.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Feb 08, 2016
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewChangeWrappedRunnable​(ch.sahits.game.openpatrician.javafx.event.WrappedDialogType selected)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • ViewChangeWrappedRunnable

        public ViewChangeWrappedRunnable​(ch.sahits.game.openpatrician.javafx.event.WrappedDialogType selected)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable