求助,求解释!
- 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这个类是从哪来的?
贴出来看看。