public void afterPropertiesSet() throws Exception { ((Observable) notificationManager.load()).addObserver(this); setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); }
public void destroy() throws Exception { ((Observable) notificationManager.load()).deleteObserver(this); }