当前位置: 代码迷 >> J2SE >> ,求解释
  详细解决方案

,求解释

热度:27   发布时间:2016-04-24 00:52:14.0
求助,求解释!
Java code
public LoginFrame(){        init();        regeListener();        EMethodMapManage.addMethodMap("Dialog:showLogin", this, "showDialog");        EMethodMapManage.sendMethodMessage("theme:add", this, this);    }


谁帮我解释这个方法中的
EMethodMapManage.addMethodMap("Dialog:showLogin", this, "showDialog");
EMethodMapManage.sendMethodMessage("theme:add", this, this);
这两句话的意思?

------解决方案--------------------
EMethodMapManage这个类是从哪来的?
贴出来看看。
  相关解决方案