Skip navigation links
A B C D E F G I M N O R S V 

A

accept(IMessageTypeVisitor<T>) - Method in enum net.anwiba.commons.message.MessageType
 
addMessage(IMessage) - Method in interface net.anwiba.commons.message.IMessageCollector
 
addMessage(IMessage) - Method in class net.anwiba.commons.message.observer.ObservableMessageCollector
 
addMessageAddedListener(IMessageAddedListener) - Method in interface net.anwiba.commons.message.observer.IObservableMessageCollector
 
addMessageAddedListener(IMessageAddedListener) - Method in class net.anwiba.commons.message.observer.ObservableMessageCollector
 

B

build() - Method in interface net.anwiba.commons.message.IMessageBuilder
 
build() - Method in class net.anwiba.commons.message.MessageBuilder
 

C

create(String, String, MessageType) - Static method in class net.anwiba.commons.message.Message
 
create(String, String) - Static method in class net.anwiba.commons.message.Message
 
create(String) - Static method in class net.anwiba.commons.message.Message
 
create(String, Throwable, MessageType) - Static method in class net.anwiba.commons.message.MessageFactory
 
create() - Method in interface net.anwiba.commons.message.notification.INotificationReceiverFactory
 

D

DeafNotificationReceiver - Class in net.anwiba.commons.message.notification
 
DeafNotificationReceiver() - Constructor for class net.anwiba.commons.message.notification.DeafNotificationReceiver
 

E

EMPTY_MESSAGE - Static variable in interface net.anwiba.commons.message.IMessageConstants
 
ExceptionMessage - Class in net.anwiba.commons.message
 
ExceptionMessage(String, String, Throwable) - Constructor for class net.anwiba.commons.message.ExceptionMessage
 
ExceptionMessage(Throwable) - Constructor for class net.anwiba.commons.message.ExceptionMessage
 

F

fireMessageAdded(IMessage) - Method in class net.anwiba.commons.message.observer.ObservableMessageCollector
 

G

getDescription() - Method in interface net.anwiba.commons.message.IMessage
 
getDescription() - Method in class net.anwiba.commons.message.Message
 
getMessage() - Method in interface net.anwiba.commons.message.IMessageProvider
 
getMessageType() - Method in interface net.anwiba.commons.message.IMessage
 
getMessageType() - Method in class net.anwiba.commons.message.Message
 
getText() - Method in interface net.anwiba.commons.message.IMessage
 
getText() - Method in class net.anwiba.commons.message.Message
 
getThrowable() - Method in interface net.anwiba.commons.message.IMessage
 
getThrowable() - Method in class net.anwiba.commons.message.Message
 

I

IMessage - Interface in net.anwiba.commons.message
 
IMessageAddedListener - Class in net.anwiba.commons.message.observer
 
IMessageAddedListener() - Constructor for class net.anwiba.commons.message.observer.IMessageAddedListener
 
IMessageBuilder - Interface in net.anwiba.commons.message
 
IMessageCollector - Interface in net.anwiba.commons.message
 
IMessageConstants - Interface in net.anwiba.commons.message
 
IMessageProvider - Interface in net.anwiba.commons.message
 
IMessageTypeVisitor<T> - Interface in net.anwiba.commons.message
 
INotificationReceiver - Interface in net.anwiba.commons.message.notification
 
INotificationReceiverFactory - Interface in net.anwiba.commons.message.notification
 
IObservableMessageCollector - Interface in net.anwiba.commons.message.observer
 

M

Message - Class in net.anwiba.commons.message
 
Message(String, String, Throwable, MessageType) - Constructor for class net.anwiba.commons.message.Message
 
messageAdded(IMessage) - Method in class net.anwiba.commons.message.observer.IMessageAddedListener
 
MessageBuilder - Class in net.anwiba.commons.message
 
MessageBuilder() - Constructor for class net.anwiba.commons.message.MessageBuilder
 
MessageFactory - Class in net.anwiba.commons.message
 
MessageFactory() - Constructor for class net.anwiba.commons.message.MessageFactory
 
MessageType - Enum in net.anwiba.commons.message
 

N

net.anwiba.commons.message - package net.anwiba.commons.message
 
net.anwiba.commons.message.notification - package net.anwiba.commons.message.notification
 
net.anwiba.commons.message.observer - package net.anwiba.commons.message.observer
 
NotificationException - Exception in net.anwiba.commons.message.notification
 
NotificationException(String, Throwable) - Constructor for exception net.anwiba.commons.message.notification.NotificationException
 

O

ObservableMessageCollector - Class in net.anwiba.commons.message.observer
 
ObservableMessageCollector() - Constructor for class net.anwiba.commons.message.observer.ObservableMessageCollector
 

R

receive(IMessage) - Method in class net.anwiba.commons.message.notification.DeafNotificationReceiver
 
receive(IMessage) - Method in interface net.anwiba.commons.message.notification.INotificationReceiver
 
removeMessageAddedListener(IMessageAddedListener) - Method in interface net.anwiba.commons.message.observer.IObservableMessageCollector
 
removeMessageAddedListener(IMessageAddedListener) - Method in class net.anwiba.commons.message.observer.ObservableMessageCollector
 

S

setDescription(String) - Method in interface net.anwiba.commons.message.IMessageBuilder
 
setDescription(String) - Method in class net.anwiba.commons.message.MessageBuilder
 
setError() - Method in interface net.anwiba.commons.message.IMessageBuilder
 
setError() - Method in class net.anwiba.commons.message.MessageBuilder
 
setInfo() - Method in interface net.anwiba.commons.message.IMessageBuilder
 
setInfo() - Method in class net.anwiba.commons.message.MessageBuilder
 
setNote(String) - Method in interface net.anwiba.commons.message.IMessageCollector
 
setNote(String) - Method in class net.anwiba.commons.message.observer.ObservableMessageCollector
 
setText(String) - Method in interface net.anwiba.commons.message.IMessageBuilder
 
setText(String) - Method in class net.anwiba.commons.message.MessageBuilder
 
setThrowable(Throwable) - Method in interface net.anwiba.commons.message.IMessageBuilder
 
setThrowable(Throwable) - Method in class net.anwiba.commons.message.MessageBuilder
 
setType(MessageType) - Method in interface net.anwiba.commons.message.IMessageBuilder
 
setType(MessageType) - Method in class net.anwiba.commons.message.MessageBuilder
 
setWarning() - Method in interface net.anwiba.commons.message.IMessageBuilder
 
setWarning() - Method in class net.anwiba.commons.message.MessageBuilder
 

V

valueOf(String) - Static method in enum net.anwiba.commons.message.MessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.anwiba.commons.message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
visitDefault() - Method in interface net.anwiba.commons.message.IMessageTypeVisitor
 
visitError() - Method in interface net.anwiba.commons.message.IMessageTypeVisitor
 
visitInfo() - Method in interface net.anwiba.commons.message.IMessageTypeVisitor
 
visitQuery() - Method in interface net.anwiba.commons.message.IMessageTypeVisitor
 
visitWarning() - Method in interface net.anwiba.commons.message.IMessageTypeVisitor
 
A B C D E F G I M N O R S V 
Skip navigation links

Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.