return;
}
// Listen to interesting events
try {
Remote.conn.registerCallback("ListChanged", new IModelCallback() {
public void happened(Long connectionID, String name, Object obj) {
// We'll just re-print the list when a change happens.
// Note that this will happen in a background thread.
System.out.println();
Main.printList(obj);