Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 650c58b8104a600eb26bfbd2cdc00d80ca2e2ddc (plain) (blame)
1
2
3
4
5
6
7
package org.eclipse.ecf.datashare.events;

import org.eclipse.ecf.core.identity.ID;

public interface IChannelGroupJoinEvent extends IChannelEvent {
	public ID getTargetID();
}

Back to the top