org.apache.qpid.management.domain.handler.impl
Interface IMethodInvocationListener

All Superinterfaces:
EventListener

public interface IMethodInvocationListener
extends EventListener

Listener interface used to denote a component interested in method invocation events.


Method Summary
 void operationIsGoingToBeInvoked(InvocationEvent event)
          An operation is going to be invoked on a specific object instance.
 

Method Detail

operationIsGoingToBeInvoked

void operationIsGoingToBeInvoked(InvocationEvent event)
An operation is going to be invoked on a specific object instance. This lets this listener to be informed about the imminent invocation.

Parameters:
event - the invocation event.


Licensed to the Apache Software Foundation