E
- public interface ListListenerInterface<E>
Modifier and Type | Method and Description |
---|---|
void |
listReady(java.util.ArrayList<E> liste,
ObjektType obj)
Brukes mellom TopPanelMegler og ControllerToppPanelMegler.
|
void |
listReady(java.util.HashSet<E> liste,
ObjektType obj)
Brukes mellom TopPanelAnnonse og ControllerToppPanelAnnonse
|
void listReady(java.util.ArrayList<E> liste, ObjektType obj)
liste
- obj
- void listReady(java.util.HashSet<E> liste, ObjektType obj)
liste
- obj
-