ActionBuffer
org.nlogo.api.ActionBuffer
class ActionBuffer[A <: Action](broker: ActionBroker[A]) extends Listener[A]
An ActionBuffer logs all actions generated by the supplied ActionBroker. Actions can be grabbed (which clears the buffer) and the buffer can be cleared independently. NP 2013-01-25.
Attributes
- Source
- Action.scala
- Graph
-
- Supertypes
Members list
In this article