if ( uo instanceof Object[] ) {
Object o = ((Object[]) uo)[0];
showAssetList( new String[]{(String) o} );
} else if ( uo instanceof SnapshotInfo ) {
SnapshotInfo s = (SnapshotInfo) uo;
clientFactory.getPlaceController().goTo( new ModuleEditorPlace( s.getUuid() ) );
}
}
} );
return packagesTreeItemPanel;