com.flightpanels.scs
Interface IUpdateable<T>


public interface IUpdateable<T>

Interface to mimic a callback-function. Implement this interface with something that shall be updated with data from the bus.

Version:
1.1
Author:
(c) 2009,2010 by Philipp Münzel, Technische Universität Darmstadt, Department of Mathematics

Method Summary
 void update(T value)
           
 

Method Detail

update

void update(T value)