public interface IMessageTypeVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitDefault() |
T |
visitError() |
T |
visitInfo() |
T |
visitQuery() |
T |
visitWarning() |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.