Scripting API

Home Scripting API Index Class Overview

com.nolimitscoaster

Interface FrameListener


public interface FrameListener

This is an interface for frame callbacks.

The onNextFrame() method will be called each frame for each registered instance. Use Simulator.addFrameListener() to register instances of this interface.

Method Summary

void onNextFrame()
  This method will be called each frame


Method Detail


onNextFrame

public abstract void onNextFrame()

This method will be called each frame