org.eclipse.net4j.buddies.chat
Interface IChat

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

public interface IChat
extends IFacility


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.Introspection
 
Field Summary
static java.lang.String TYPE
           
 
Method Summary
 IComment[] getComments()
           
 void sendComment(java.lang.String text)
           
 
Methods inherited from interface org.eclipse.net4j.buddies.common.IFacility
getCollaboration, getType, sendMessage, setCollaboration
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, removeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values
Method Detail

getComments

IComment[] getComments()

sendComment

void sendComment(java.lang.String text)

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