Uses of Interface
net.anwiba.commons.message.IMessage
-
Packages that use IMessage Package Description net.anwiba.commons.message net.anwiba.commons.message.notification net.anwiba.commons.message.observer -
-
Uses of IMessage in net.anwiba.commons.message
Classes in net.anwiba.commons.message that implement IMessage Modifier and Type Class Description classExceptionMessageclassMessageFields in net.anwiba.commons.message declared as IMessage Modifier and Type Field Description static IMessageIMessageConstants. EMPTY_MESSAGEMethods in net.anwiba.commons.message that return IMessage Modifier and Type Method Description IMessageIMessageBuilder. build()IMessageMessageBuilder. build()static IMessageMessage. create(java.lang.String text)static IMessageMessage. create(java.lang.String text, java.lang.String description)static IMessageMessage. create(java.lang.String text, java.lang.String description, java.lang.Throwable throwable, MessageType messageType)static IMessageMessage. create(java.lang.String text, java.lang.String description, MessageType messageType)static IMessageMessageFactory. create(java.lang.String text, java.lang.Throwable throwable, MessageType messageType)IMessageIMessageProvider. getMessage()IMessageMessageException. getMessageObject()Methods in net.anwiba.commons.message with parameters of type IMessage Modifier and Type Method Description voidIMessageCollector. addMessage(IMessage message)IMessageBuilderIMessageBuilder. setMessage(IMessage message)IMessageBuilderMessageBuilder. setMessage(IMessage message)Constructors in net.anwiba.commons.message with parameters of type IMessage Constructor Description MessageException(IMessage message) -
Uses of IMessage in net.anwiba.commons.message.notification
Methods in net.anwiba.commons.message.notification with parameters of type IMessage Modifier and Type Method Description voidDeafNotificationReceiver. receive(IMessage message)voidINotificationReceiver. receive(IMessage message) -
Uses of IMessage in net.anwiba.commons.message.observer
Methods in net.anwiba.commons.message.observer with parameters of type IMessage Modifier and Type Method Description voidObservableMessageCollector. addMessage(IMessage message)protected voidObservableMessageCollector. fireMessageAdded(IMessage message)voidIMessageAddedListener. messageAdded(IMessage message)
-