org.eclipse.sisu.inject
Package Index
|
Class Index
org.eclipse.sisu
org.eclipse.sisu.bean
org.eclipse.sisu.inject
org.eclipse.sisu.launch
org.eclipse.sisu.space
org.eclipse.sisu.wire
org.sonatype.inject
Interfaces
BeanEntry
<Q extends
Annotation
, T>
Mediator
<Q extends
Annotation
, T, W>
Annotations
Description
EagerSingleton
Nullable
Parameters
Enums
BeanScanning
Package Index
|
Class Index
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