Interface AgentBuildValueCallback
-
- All Known Implementing Classes:
AgentBuildValueLinearizer
,AgentBuildValueLoggingCallback
,AgentBuildValueMergingCallback
,StatisticsSegmentsBuilder
public interface AgentBuildValueCallback
Created 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 void
finished(CoordinateSystem cs)
void
iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)
void
start(CoordinateSystem cs)
-
-
-
Method Detail
-
start
void start(CoordinateSystem cs)
-
iterate
void iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)
-
finished
void finished(CoordinateSystem cs)
-
-