jp.go.aist.rtm.RTC.port
Interface OnOverflow<DataType>


public interface OnOverflow<DataType>

Method of callback called when data cannot be written by buffer overflow


Method Summary
 void run(DataType value)
           Callback method
 

Method Detail

run

void run(DataType value)
Callback method

Parameters:
value - Value that tried to write