8910111213141516
private MobileWatchListLongPollHandler handler; @Override public void preInitialize() { super.preInitialize(); WatchListDwr dwr = new WatchListDwr(); dwr.setModule(getModule()); handler = new MobileWatchListLongPollHandler(dwr,"mobileWatchlist"); }