|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SnifferDataListener
This interface defines callbacks used by GUI classes wrapping the SnifferDataModel.
| Method Summary | |
|---|---|
void |
messagesDeleted(int firstRow,
int lastRow)
Report that a block of messages has been deleted at the following range of indexes. |
void |
messagesInserted(int firstRow,
int lastRow)
Report that a block of messages has been inserted at the following range of indexes. |
void |
scheduleToGuiThread(java.lang.Runnable r)
Schedule a short-running operation that should only occur on the GUI dispatch thread (however the implementing GUI chooses to do it). |
| Method Detail |
|---|
void messagesDeleted(int firstRow,
int lastRow)
firstRow - zero-based index of first messagelastRow - zero-based index of last message
void messagesInserted(int firstRow,
int lastRow)
firstRow - zero-based index of first messagelastRow - zero-based index of last messagevoid scheduleToGuiThread(java.lang.Runnable r)
r - Runnable to be scheduled as soon as possible on the GUI thread
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||