Java org.aspectj.bridge MessageHandler fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.bridge MessageHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.bridge MessageHandler.

The text is from its open source code.

Subclass

org.aspectj.bridge.MessageHandler has subclasses.
Click this link to see all its subclasses.

Constructor

Method

IMessage[]getMessages(IMessage.Kind kind, final boolean orGreater)
Get all messages or those of a specific kind.
voidsetInterceptor(IMessageHandler interceptor)
Set the interceptor which gets any message before we process it.