public abstract class Notification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.Method |
| Constructor and Description |
|---|
Notification(Notification.Method method) |
Notification(String methodValue) |
| Modifier and Type | Method and Description |
|---|---|
Notification.Method |
getMethod() |
void |
setMethod(Notification.Method method) |
String |
toString() |
public Notification(Notification.Method method)
public Notification(String methodValue)
public Notification.Method getMethod()
public void setMethod(Notification.Method method)
Copyright © 2015 Kurento. All rights reserved.