|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Evenement in pcuserveur.lib |
---|
Methods in pcuserveur.lib that return Evenement | |
---|---|
static Evenement |
Evenement.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Evenement[] |
Evenement.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in pcuserveur.lib with parameters of type Evenement | |
---|---|
void |
Canal.notifier(Evenement evenement,
String login,
String texte)
Notifie tous les membres du canal, d'un évènement l'affectant. |
void |
GestionnaireConnexion.notifier(String nom_canal,
Evenement evenement,
String login,
String message)
Informations envoyer par le serveur afin de mettre au courant tout les utilisateurs d'un canal ce qui s'y passe dessus. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |