root/lang/csharp/IrcSendOnly/IRCListener.cs
@
844
| Revision 844, 243 bytes (checked in by gyuque, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | using System; |
| 2 | |
| 3 | namespace IrcSend |
| 4 | { |
| 5 | public interface IRCListener |
| 6 | { |
| 7 | void afterIJoined(string aChannel); |
| 8 | void anyMessageArrived(string aMessage); |
| 9 | void channelMessageArrived(string aChannel, string aNick, string aMessage); |
| 10 | } |
| 11 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)