Package org.zeromq
Interface ZThread.IAttachedRunnable
-
- All Known Implementing Classes:
ZStar.Plateau
- Enclosing class:
- ZThread
public static interface ZThread.IAttachedRunnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(java.lang.Object[] args, ZContext ctx, ZMQ.Socket pipe)
-
-
-
Method Detail
-
run
void run(java.lang.Object[] args, ZContext ctx, ZMQ.Socket pipe)
-
-