225226227228229230231232233234235236
System.out.println( "whee" ); } }); */ UISWTStatusEntryListener click_listener = new UISWTStatusEntryListener() { public void entryClicked( UISWTStatusEntry entry ) {
147148149150151152153154
this.needs_update = false; } void onClick() { UISWTStatusEntryListener listener0 = listener; // Avoid race conditions. if (listener0 != null) {listener.entryClicked(this);} }