Class ViewportJMonkey.MyCallAction

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Void>
    Enclosing class:
    ViewportJMonkey

    public class ViewportJMonkey.MyCallAction
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Void>
    • Constructor Summary

      Constructors 
      Constructor Description
      MyCallAction​(java.util.List<java.lang.Object[]> objectList, java.util.Collection<DrawableCombiner3d> staticvisuals)  
    • Method Summary

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

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

      • MyCallAction

        public MyCallAction​(java.util.List<java.lang.Object[]> objectList,
                            java.util.Collection<DrawableCombiner3d> staticvisuals)
    • Method Detail

      • call

        public java.lang.Void call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>