Uses of Interface
org.eclipse.rap.rwt.service.ServiceHandler
Packages that use ServiceHandler
- 
Uses of ServiceHandler in org.eclipse.rap.rwt.applicationMethods in org.eclipse.rap.rwt.application with parameters of type ServiceHandlerModifier and TypeMethodDescriptionvoidApplication.addServiceHandler(String serviceHandlerId, ServiceHandler serviceHandler) Adds a service handler to the application.
- 
Uses of ServiceHandler in org.eclipse.rap.rwt.serviceMethods in org.eclipse.rap.rwt.service with parameters of type ServiceHandlerModifier and TypeMethodDescriptionvoidServiceManager.registerServiceHandler(String id, ServiceHandler serviceHandler) Registers a new service handler with the given unique id.