Java:使用 onComplete 回调简单实现命令模式?
有人可以指出在哪里可以找到带有 onComplete 回调的命令模式的实现吗?例如可以在串行宏命令中使用?
Could someone point out where to find an implementation of the Command pattern with onComplete callbacks that could be used for example in a serial macro command?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试这个
或这个
使用示例并非来自现实生活。也许,您应该通过创建
CommandManager
将创建和调用执行分开。Try this
or this
Examples of usage isn't from real life. Probably, you should separate creation and calling execution via creation
CommandManager
.