Add License and JavaDoc
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
/**
|
||||||
|
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
||||||
|
*
|
||||||
|
* All rights reserved. This program and the accompanying materials
|
||||||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
* which accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*/
|
||||||
package org.eclipse.hawkbit.ui.distributions.event;
|
package org.eclipse.hawkbit.ui.distributions.event;
|
||||||
|
|
||||||
import org.eclipse.hawkbit.repository.model.SoftwareModule;
|
import org.eclipse.hawkbit.repository.model.SoftwareModule;
|
||||||
@@ -5,9 +13,7 @@ import org.eclipse.hawkbit.ui.common.table.BaseEntityEvent;
|
|||||||
import org.eclipse.hawkbit.ui.common.table.BaseEntityEventType;
|
import org.eclipse.hawkbit.ui.common.table.BaseEntityEventType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Class which contains the Event when selecting all entries of a table
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public class SoftwareModuleTableEvent extends BaseEntityEvent<SoftwareModule> {
|
public class SoftwareModuleTableEvent extends BaseEntityEvent<SoftwareModule> {
|
||||||
|
|
||||||
@@ -36,7 +42,7 @@ public class SoftwareModuleTableEvent extends BaseEntityEvent<SoftwareModule> {
|
|||||||
/**
|
/**
|
||||||
* The component event.
|
* The component event.
|
||||||
*
|
*
|
||||||
* @param SoftwareModuleComponentEvent
|
* @param softwareModuleComponentEvent
|
||||||
* the softwareModule component event.
|
* the softwareModule component event.
|
||||||
*/
|
*/
|
||||||
public SoftwareModuleTableEvent(final SoftwareModuleComponentEvent softwareModuleComponentEvent) {
|
public SoftwareModuleTableEvent(final SoftwareModuleComponentEvent softwareModuleComponentEvent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user