com.android.ide.common.blame
Interface MessageReceiver
- All Known Implementing Classes:
- MergingLogRewriter
public interface MessageReceiver
A message receiver.
MessageReceiver
s receive build Message
s and either
- Output them to a logging system
- Output them to a user interface
- Transform them, such as mapping from intermediate files back to source files
Method Summary |
void |
receiveMessage(com.android.ide.common.blame.Message message)
Process the given message. |
receiveMessage
void receiveMessage(@NonNull
com.android.ide.common.blame.Message message)
- Process the given message.