org.eclipse.net4j.buddies.common
Interface ISession

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, INotifier
All Known Subinterfaces:
IBuddySession

public interface ISession
extends INotifier, org.eclipse.core.runtime.IAdaptable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.Introspection
 
Method Summary
 void close()
           
 IChannel getChannel()
           
 IBuddy getSelf()
           
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, removeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getChannel

IChannel getChannel()

getSelf

IBuddy getSelf()

close

void close()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.