Package net.cis.client.game.common.threading

Examples of net.cis.client.game.common.threading.ICallback


 
  protected void createDebugFighter(final String name, final Material main, final Material scnd, final Vector3f pos)
    {
    final IObjectController objCtrl = GlobalObjectStore.getObject(IObjectController.class);

    tcc.AddTimedCallback(new ICallback()
      {
      @Override
      public void execute()
        {
        SpaceObject so = SpaceobjectFactory.eINSTANCE.createAsteroid();
View Full Code Here

TOP

Related Classes of net.cis.client.game.common.threading.ICallback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.