Class EventRegistrationHelper
java.lang.Object
org.openspaces.admin.internal.support.EventRegistrationHelper
- Author:
- kimchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddEventListener(InternalAdmin admin, AdminEventListener eventListener) static voidaddEventListener(InternalAdmin admin, AdminEventListener eventListener, boolean withStatisticsHistory, boolean supportBackwards) static voidremoveEventListener(InternalAdmin admin, AdminEventListener eventListener)
-
Constructor Details
-
EventRegistrationHelper
public EventRegistrationHelper()
-
-
Method Details
-
addEventListener
-
addEventListener
public static void addEventListener(InternalAdmin admin, AdminEventListener eventListener, boolean withStatisticsHistory, boolean supportBackwards) -
removeEventListener
-