Interface AgentBuildValueCallback
-
- All Known Implementing Classes:
AgentBuildValueLinearizer,AgentBuildValueLoggingCallback,AgentBuildValueMergingCallback,StatisticsSegmentsBuilder
public interface AgentBuildValueCallbackCreated by IntelliJ IDEA. User: Eugene.Petrenko Date: 16.01.2008 Time: 18:23:26
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinished(CoordinateSystem cs)voiditerate(GroupableAgentBuildValue value, long offsetX, long lengthX)voidstart(CoordinateSystem cs)
-
-
-
Method Detail
-
start
void start(CoordinateSystem cs)
-
iterate
void iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)
-
finished
void finished(CoordinateSystem cs)
-
-