238239240241242243244245246247248
@Override public void handle( final Event event ) { if( event instanceof DisposeEvent ) { listSelectionService.detach( listSelectionServiceListener ); } } } );
388389390391392393394395396397398
( new Runnable() { public void run() { selectionService.detach( selectionServiceListener ); if( CheckBoxListPropertyEditorPresentation.this.possibleValuesService != null ) { CheckBoxListPropertyEditorPresentation.this.possibleValuesService.detach( CheckBoxListPropertyEditorPresentation.this.possibleValuesServiceListener ); }
11551156115711581159116011611162116311641165
( new Runnable() { public void run() { selectionService.detach( selectionServiceListener ); } } ); return this.table;
22272228222922302231223222332234223522362237
@Override public void handle( final Event event ) { if( event instanceof DisposeEvent ) { selectionService.detach( selectionListener ); } } } ); }