- All Implemented Interfaces:
Batch
public class BatchQueue
extends Object
implements Batch
Naive batch implementation that runs effects in the order that they were added to the batch
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BatchQueue
public BatchQueue()
-
Method Details
-
add
- Specified by:
add in interface Batch
-
commit
public void commit()
- Specified by:
commit in interface Batch