@FunctionalInterface
public interface UpdateHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdate(Update update)
Handles an incoming update.
|
void onUpdate(Update update) throws java.lang.Throwable
update - new incoming updatejava.lang.Throwable - if a throwable is thrown