Class Utils
- java.lang.Object
-
- org.exoplatform.documents.storage.jcr.util.Utils
-
public class Utils extends Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S,D>
voidbroadcast(org.exoplatform.services.listener.ListenerService listenerService, String eventName, S source, D data)
-
-
-
Method Detail
-
broadcast
public static <S,D> void broadcast(org.exoplatform.services.listener.ListenerService listenerService, String eventName, S source, D data)
-
-