03.12.2015, 00:14
Hi, help me please!
getEventManager().registerHandler(MenuSelectedEven t.class, (e)->{
if(e.getMenu()==null)
System.out.println("WTF");
});
why in this code e.getMenu() return null?
getEventManager().registerHandler(MenuSelectedEven t.class, (e)->{
if(e.getMenu()==null)
System.out.println("WTF");
});
why in this code e.getMenu() return null?