Package org.zeromq
Class ZStar.SimpleSet
- java.lang.Object
-
- org.zeromq.ZStar.SimpleSet
-
-
Constructor Summary
Constructors Constructor Description SimpleSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
createDefaultName(java.lang.String format, int id)
boolean
fire()
Is the set on fire ?void
lights(java.lang.String name, int id)
Puts the performance name on the front door with big lights.
-
-
-
Method Detail
-
fire
public boolean fire()
Description copied from interface:ZStar.Set
Is the set on fire ?
-
lights
public void lights(java.lang.String name, int id)
Description copied from interface:ZStar.Set
Puts the performance name on the front door with big lights.
-
createDefaultName
public static java.lang.String createDefaultName(java.lang.String format, int id)
-
-