@eclipse-scout/core
Version:
Eclipse Scout runtime
7 lines • 396 B
TypeScript
import { AppLinkActionEvent, Event, ModelAdapter, Notification } from '../index';
export declare class NotificationAdapter extends ModelAdapter {
protected _onWidgetClose(event: Event<Notification>): void;
protected _onWidgetAppLinkAction(event: AppLinkActionEvent): void;
protected _onWidgetEvent(event: Event<Notification>): void;
}
//# sourceMappingURL=NotificationAdapter.d.ts.map