Uses of Interface
net.anwiba.commons.message.IMessage
Packages that use IMessage
Package
Description
-
Uses of IMessage in net.anwiba.commons.message
Classes in net.anwiba.commons.message that implement IMessageFields in net.anwiba.commons.message declared as IMessageMethods in net.anwiba.commons.message that return IMessageModifier and TypeMethodDescriptionIMessageBuilder.build()static IMessagestatic IMessagestatic IMessageMessage.create(String text, String description, Throwable throwable, MessageType messageType) static IMessageMessage.create(String text, String description, MessageType messageType) IMessageProvider.getMessage()MessageException.getMessageObject()Methods in net.anwiba.commons.message with parameters of type IMessageConstructors in net.anwiba.commons.message with parameters of type IMessage -
Uses of IMessage in net.anwiba.commons.message.notification
Methods in net.anwiba.commons.message.notification with parameters of type IMessage -
Uses of IMessage in net.anwiba.commons.message.observer
Methods in net.anwiba.commons.message.observer with parameters of type IMessageModifier and TypeMethodDescriptionvoidObservableMessageCollector.addMessage(IMessage message) protected final voidObservableMessageCollector.fireMessageAdded(IMessage message) voidIMessageAddedListener.messageAdded(IMessage message)