Public Member Functions
org.ros.concurrent.SignalRunnable< T > Interface Reference

List of all members.

Public Member Functions

void run (T listener)

Detailed Description

Decouples specific listener interfaces from the signaling implementation.

Author:
damonkohler@google.com (Damon Kohler)
Parameters:
<T>the type of listener

Definition at line 27 of file SignalRunnable.java.


Member Function Documentation

void org.ros.concurrent.SignalRunnable< T >.run ( listener)

This method will be called when the listener should be signaled. Users should override this method to call the appropriate listener method(s).

Parameters:
listenerthe listener to signal

The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50