|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PostinaClientListener | |
|---|---|
| ca.mcgill.cs.postina | Provides the classes and methodes publicly available to users of Postina. |
| ca.mcgill.cs.postina.scribe | |
| Uses of PostinaClientListener in ca.mcgill.cs.postina |
|---|
| Methods in ca.mcgill.cs.postina with parameters of type PostinaClientListener | |
|---|---|
void |
PostinaNetworkLayer.addClientListener(PostinaClientListener listener)
This method registers a listener to changes in the client structure. |
void |
PostinaNetworkLayer.removeClientListener(PostinaClientListener listener)
This method unregisters a listener to changes in the client structure. |
| Uses of PostinaClientListener in ca.mcgill.cs.postina.scribe |
|---|
| Classes in ca.mcgill.cs.postina.scribe that implement PostinaClientListener | |
|---|---|
class |
ScribeNetworkLayer
|
| Fields in ca.mcgill.cs.postina.scribe with type parameters of type PostinaClientListener | |
|---|---|
private java.util.LinkedList<PostinaClientListener> |
ScribeApplication.clientListeners
The ArrayList containing all listeners registered to the
ScribeApplication for changes on clients. |
private java.util.LinkedList<PostinaClientListener> |
ScribeNetworkLayer.clientListenersToNetworkLayer
|
| Methods in ca.mcgill.cs.postina.scribe with parameters of type PostinaClientListener | |
|---|---|
void |
ScribeNetworkLayer.addClientListener(PostinaClientListener listener)
|
void |
ScribeApplication.addClientListener(PostinaClientListener listener)
This method registers a listener to changes in the client structure. |
void |
ScribeNetworkLayer.removeClientListener(PostinaClientListener listener)
|
void |
ScribeApplication.removeClientListener(PostinaClientListener listener)
This method unregisters a listener to changes in the client structure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||