Exemplo n.º 1
0
 public void afterPropertiesSet() throws Exception {
   ((Observable) notificationManager.load()).addObserver(this);
   setLayout(new BoxLayout(this, BoxLayout.Y_AXIS));
 }
Exemplo n.º 2
0
 public void destroy() throws Exception {
   ((Observable) notificationManager.load()).deleteObserver(this);
 }