|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DCCEventListener allows listener to intercept dcc events
Method Summary | |
void |
onDCCEvent(DCCEvent event)
|
void |
onDCCFileProgress(DCCEvent event,
int bytes)
file progress report (sent by Objirc Chat). |
void |
onDCCInfo(DCCEvent event,
java.lang.String info)
some dcc info was sent (by Objirc Chat) |
void |
onDCCMsg(DCCEvent event,
java.lang.String msg)
a dcc message was sent |
void |
onDCCStarted(DCCEvent event)
a dcc connection was started |
void |
onDCCTerminated(DCCEvent event)
a dcc session terminated |
Method Detail |
public void onDCCEvent(DCCEvent event) throws java.lang.Exception
public void onDCCStarted(DCCEvent event) throws java.lang.Exception
public void onDCCTerminated(DCCEvent event) throws java.lang.Exception
public void onDCCMsg(DCCEvent event, java.lang.String msg) throws java.lang.Exception
public void onDCCInfo(DCCEvent event, java.lang.String info) throws java.lang.Exception
public void onDCCFileProgress(DCCEvent event, int bytes) throws java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |