cz.cuni.amis.nb.util
Interface Updater

Package class diagram package Updater
All Known Implementing Classes:
Agent3DNode, AgentNode, ControllableAgentNode

public interface Updater

Generic updater. updates can be triggered by event, timer etc.

Author:
ik

Method Summary
 void addUpdateTask(Runnable task)
          Adds task that will be periodically called.
 

Method Detail

addUpdateTask

void addUpdateTask(Runnable task)
Adds task that will be periodically called. It could be GUI updating or logging etc.

Parameters:
task -


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.