Package | Description |
---|---|
com.openfin.desktop.channel |
Modifier and Type | Field and Description |
---|---|
protected Middleware |
ChannelBase.afterAction |
protected Middleware |
ChannelBase.beforeAction |
protected Middleware |
ChannelBase.defaultAction |
protected Middleware |
ChannelBase.onError |
Modifier and Type | Method and Description |
---|---|
void |
ChannelBase.setAfterAction(Middleware middleware)
Register an action that fires after the action.
|
void |
ChannelBase.setBeforeAction(Middleware middleware)
Register an action that fires before the action.
|
void |
ChannelBase.setDefaultAction(Middleware middleware)
Sets a default action.
|
void |
ChannelBase.setOnError(Middleware middleware)
Register an error handler.
|
Copyright © 2022. All rights reserved.