- java.lang.Object
-
- xyz.cofe.scn.ScnImpl
-
public class ScnImpl extends Object
Помощь в реализцаии SCN
-
-
Constructor Summary
Constructors Constructor Description ScnImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <Owner extends Scn<Owner,SCN,CAUSE>,SCN extends Comparable<?>,CAUSE>
BiConsumer<ScnListener<Owner,SCN,CAUSE>,ScnEvent<Owner,SCN,CAUSE>>invoker()static <Owner extends Scn<Owner,SCN,CAUSE>,SCN extends Comparable<?>,CAUSE>
ListenersHelper<ScnListener<Owner,SCN,CAUSE>,ScnEvent<Owner,SCN,CAUSE>>listener(Object self)
-
-
-
Method Detail
-
invoker
public static <Owner extends Scn<Owner,SCN,CAUSE>,SCN extends Comparable<?>,CAUSE> BiConsumer<ScnListener<Owner,SCN,CAUSE>,ScnEvent<Owner,SCN,CAUSE>> invoker()
-
listener
public static <Owner extends Scn<Owner,SCN,CAUSE>,SCN extends Comparable<?>,CAUSE> ListenersHelper<ScnListener<Owner,SCN,CAUSE>,ScnEvent<Owner,SCN,CAUSE>> listener(Object self)
-
-