Scripting API

Home Scripting API Index Class Overview

com.nolimitscoaster

Interface InteractionActionListener


public interface InteractionActionListener

This is an interface for simple action callbacks of InteractionObjects, it is part of the cursor system.

The onInteractionAction() method will be called each time an action is performed on the InteractionObject. Use InteractionObject.addActionListener() to register instances of this interface.

Since:
    2.6.4.0

Method Summary

void onInteractionAction(InteractionObject obj)
  This method will be called each frame


Method Detail


onInteractionAction

public abstract void onInteractionAction(InteractionObject obj)

This method will be called each frame

Parameters:

obj - The InteractionObject that performed the action.