|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.packet.analysis.ProtocolSupport<L,D>
public abstract class ProtocolSupport<L,D>
| Constructor Summary | |
|---|---|
ProtocolSupport()
|
|
| Method Summary | |
|---|---|
boolean |
add(L o)
|
protected abstract void |
dispatch(L listener,
D data)
|
void |
fire(D data)
|
boolean |
isEmpty()
|
java.util.Iterator<L> |
iterator()
|
boolean |
remove(java.lang.Object o)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProtocolSupport()
| Method Detail |
|---|
public boolean add(L o)
public boolean isEmpty()
public java.util.Iterator<L> iterator()
public boolean remove(java.lang.Object o)
public int size()
public void fire(D data)
protected abstract void dispatch(L listener,
D data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||