Class WindowValidatorManager
- java.lang.Object
-
- org.adempiere.webui.adwindow.validator.WindowValidatorManager
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
,org.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
public class WindowValidatorManager extends Object implements org.osgi.framework.BundleActivator, org.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
-
-
Constructor Summary
Constructors Constructor Description WindowValidatorManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowValidator
addingService(org.osgi.framework.ServiceReference<WindowValidator> reference)
void
fireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback)
static WindowValidatorManager
getInstance()
void
modifiedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
void
removedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
void
start(org.osgi.framework.BundleContext context)
void
stop(org.osgi.framework.BundleContext context)
-
-
-
Method Detail
-
addingService
public WindowValidator addingService(org.osgi.framework.ServiceReference<WindowValidator> reference)
- Specified by:
addingService
in interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
-
modifiedService
public void modifiedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
- Specified by:
modifiedService
in interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
-
removedService
public void removedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
- Specified by:
removedService
in interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
-
start
public void start(org.osgi.framework.BundleContext context) throws Exception
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws Exception
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
getInstance
public static WindowValidatorManager getInstance()
-
fireWindowValidatorEvent
public void fireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback)
-
-