WebcentricAlertDispatcher
is an implementation of the caplin.webcentric.alert.AlertDispatcher
AlertDispatcher interface that uses webcentric to display alerts. If one of the interface methods is called
before webcentric has loaded, a fallback AlertDispatcher will be used instead.
Attributes | Name and Description |
---|---|
|
caplin.webcentric.alert.WebcentricAlertDispatcher(caplin.webcentric.alert.AlertDispatcher oFallbackAlertDispatcher)
Constructs a new instance of |
►
caplin.webcentric.alert.WebcentricAlertDispatcher(caplin.webcentric.alert.AlertDispatcher oFallbackAlertDispatcher)
Constructs a new instance of caplin.webcentric.alert.WebcentricAlertDispatcher
.
caplin.webcentric.alert.AlertDispatcher | oFallbackAlertDispatcher | (Optional) An AlertDispatcher to use before
webcentric has loaded. Defaults to an instance of caplin.dom.alert.StandardAlertDispatcher . |