Exemplo n.º 1
0
 /** Clean up the variables used by this object to free memory */
 public void cleanUp() {
   super.cleanUp();
 }
Exemplo n.º 2
0
 /** The initialize method is called by the Model before adding the object to the client */
 public void initialize(PCSession session, IModel model) {
   super.initialize(session, model);
 }