Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2009-04-25 23:10:11 +0000
committerrsuen2009-04-25 23:10:11 +0000
commit569f8c0dfbf6aabe6cd3b6796f2d0b3059bab5bd (patch)
tree8722f14f52a26b86eb49edb9c879aac72b95346e
parent577ed8c7cc9caa24ed7ae2e447ffbab866288c4c (diff)
downloadorg.eclipse.ecf-569f8c0dfbf6aabe6cd3b6796f2d0b3059bab5bd.tar.gz
org.eclipse.ecf-569f8c0dfbf6aabe6cd3b6796f2d0b3059bab5bd.tar.xz
org.eclipse.ecf-569f8c0dfbf6aabe6cd3b6796f2d0b3059bab5bd.zip
Javadoc clarifications.
-rw-r--r--framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.java b/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.java
index 759bb9847..e81d5ec0f 100644
--- a/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.java
+++ b/framework/bundles/org.eclipse.ecf.datashare/src/org/eclipse/ecf/datashare/events/IChannelContainerChannelDeactivatedEvent.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004 Composent, Inc., Peter Nehrer, Boris Bokowski. All rights reserved. This
+ * Copyright (c) 2004, 2009 Composent, Inc., Peter Nehrer, Boris Bokowski. 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
@@ -8,10 +8,8 @@
******************************************************************************/
package org.eclipse.ecf.datashare.events;
-import org.eclipse.ecf.datashare.IAbstractChannel;
-
/**
- * Event delivered to channel container when channel deactivated. This should be the last event that the channel sends prior to being {@link IAbstractChannel#dispose() disposed}.
+ * Event delivered to channel container when channel deactivated. This should be the last event pertaining to that channel that is sent.
*/
public interface IChannelContainerChannelDeactivatedEvent extends IChannelContainerEvent {
//

Back to the top