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 WindowValidatoraddingService(org.osgi.framework.ServiceReference<WindowValidator> reference)voidfireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback)static WindowValidatorManagergetInstance()voidmodifiedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)voidremovedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)
-
-
-
Method Detail
-
addingService
public WindowValidator addingService(org.osgi.framework.ServiceReference<WindowValidator> reference)
- Specified by:
addingServicein interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
-
modifiedService
public void modifiedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
- Specified by:
modifiedServicein interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
-
removedService
public void removedService(org.osgi.framework.ServiceReference<WindowValidator> reference, WindowValidator service)
- Specified by:
removedServicein interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer<WindowValidator,WindowValidator>
-
start
public void start(org.osgi.framework.BundleContext context) throws Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws Exception- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
getInstance
public static WindowValidatorManager getInstance()
-
fireWindowValidatorEvent
public void fireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback)
-
-