handler
2015-12-25 11:13:41 0 举报
Handler是一个在计算机编程中经常使用的概念,它通常指的是处理程序或处理器。在面向对象编程中,Handler通常用于处理特定的事件或消息。例如,一个按钮的点击事件可能会被传递给一个Handler来进行处理,这个Handler会决定当按钮被点击时应该执行什么操作。在其他情况下,Handler可能用于线程间的通信,通过发送和接收消息来实现线程间的同步和数据交换。总的来说,Handler是一种非常重要的工具,它使得程序员可以更加灵活和有效地控制程序的行为。
作者其他创作
大纲/内容
IHandoverProvider
+ items():List
IHandoverHandler
+ search(SearchContext):void+ execute(ExecuteConext):void
HandoverSearchResult
- module:String- moduleMessageKey:String- item:String- total:long handoverRecords:HandoverRecord
LbpmTempProvider
HandoverSearchContext
- handoverOrg:OrgELment- handoverSearchResult
+ HandoverSearchContext(Config)
HandoverItem
LbpmTemplateHandler
HandoverRecord
- id:String- url:String- datas:String[]
CateItemHandler
CateTempProvider
Action
+ search():ActionForward+ perform():ActionForward+ detail():ActionForward
DocProvider
SysHandoverServiceImp
+ configHandoverSearch+ configHandoverExecute
DocItemHandler
SysOrgHandler
收藏
收藏
0 条评论
下一页