public interface IToolkitInterceptorHolder
IToolkit
that will be created.
The interceptor can be registered explicitly with help of
the method ToolkitInterceptor.registerToolkitInterceptorHolder(IToolkitInterceptorHolder)
(not recommended)
or with help of the Java Service Loader Mechanism:
(http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html)Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ORDER
The default order for toolkit interceptors.
|
Modifier and Type | Method and Description |
---|---|
int |
getOrder()
Gets the order of the holder.
|
IToolkitInterceptor |
getToolkitInterceptor()
Gets the toolkit interceptor for this toolkit
|
static final int DEFAULT_ORDER
IToolkitInterceptor getToolkitInterceptor()
int getOrder()
Siehe auch Jowidgets Nutzerhandbuch