JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ros.concurrent
Interface SignalRunnable<T>
Type Parameters:
T
- the type of listener
public interface
SignalRunnable<T>
Decouples specific listener interfaces from the signaling implementation.
Method Summary
Methods
Modifier and Type
Method and Description
void
run
(
T
listener)
This method will be called when the listener should be signaled.
Method Detail
run
void run(
T
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:
listener
- the listener to signal
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method