public interface

Mediator

org.sonatype.inject.Mediator<Q extends java.lang.annotation.Annotation, T, W>

This interface is deprecated.
Replaced by org.eclipse.sisu.Mediator

Summary

Public Methods
abstract void add(BeanEntry<Q, T> entry, W watcher)
abstract void remove(BeanEntry<Q, T> entry, W watcher)

Public Methods

public abstract void add (BeanEntry<Q, T> entry, W watcher)

Throws
Exception

public abstract void remove (BeanEntry<Q, T> entry, W watcher)

Throws
Exception