Uses of Interface
net.kolls.railworld.play.script.DrawListener

Packages that use DrawListener
net.kolls.railworld.play.script Scripting support for plug-ins. 
 

Uses of DrawListener in net.kolls.railworld.play.script
 

Fields in net.kolls.railworld.play.script with type parameters of type DrawListener
protected  java.util.ArrayList<DrawListener> ScriptManager.drawables
          All drawing listeners
 

Methods in net.kolls.railworld.play.script with parameters of type DrawListener
 void ScriptManager.addDrawListener(DrawListener d)
          Add a listener to be notified when the canvas is drawn.
 void ScriptManager.removeDrawListener(DrawListener d)
          Remove a draw listener.