public static class ErrorNotifiable.Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static void |
alertAll(SSHException error,
Collection<? extends ErrorNotifiable> notifiables)
Notify all
notifiables of given error. |
static void |
alertAll(SSHException error,
ErrorNotifiable... notifiables)
Notify all
notifiables of given error. |
public static void alertAll(SSHException error, ErrorNotifiable... notifiables)
notifiables of given error.public static void alertAll(SSHException error, Collection<? extends ErrorNotifiable> notifiables)
notifiables of given error.Copyright © 2009–2014. All rights reserved.