jerklib.events
Interface NickInUseEvent

All Superinterfaces:
IRCEvent
All Known Implementing Classes:
NickInUseEventImpl

public interface NickInUseEvent
extends IRCEvent

NickInUseEvent is fired when jerklib is trying to use a nick that is in use on a given server.

Author:
mohadib

Nested Class Summary
 
Nested classes/interfaces inherited from interface jerklib.events.IRCEvent
IRCEvent.Type
 
Method Summary
 String getInUseNick()
          returns nick that was in use
 
Methods inherited from interface jerklib.events.IRCEvent
getRawEventData, getSession, getType
 

Method Detail

getInUseNick

String getInUseNick()
returns nick that was in use

Returns:
nick that was in use.