Package com.biglybt.plugin.net.buddy.swt
Interface BuddyUIUtils.ChatCreationListener
-
- Enclosing class:
- BuddyUIUtils
public static interface BuddyUIUtils.ChatCreationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
chatAvailable(java.lang.Object target, BuddyPluginBeta.ChatInstance chat)
void
chatCreated(java.lang.Object target, java.lang.String name)
-
-
-
Method Detail
-
chatCreated
void chatCreated(java.lang.Object target, java.lang.String name)
-
chatAvailable
void chatAvailable(java.lang.Object target, BuddyPluginBeta.ChatInstance chat)
-
-