IDEMPIERE-293 Support for Kill Session / Peer Review
This commit is contained in:
parent
7788bf9bae
commit
583074cb16
|
@ -325,7 +325,7 @@ public class DefaultDesktop extends TabbedDesktop implements MenuListener, Seria
|
||||||
* @param eventManager
|
* @param eventManager
|
||||||
*/
|
*/
|
||||||
public void bindEventManager() {
|
public void bindEventManager() {
|
||||||
String topics [] = {IEventTopics.BROADCAST_MESSAGE,IEventTopics.KILL_SESSION};
|
String topics [] = {IEventTopics.BROADCAST_MESSAGE};
|
||||||
EventManager.getInstance().register(topics, this);
|
EventManager.getInstance().register(topics, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue