public interface OwbObserverMethod<T>
extends javax.enterprise.inject.spi.ObserverMethod<T>
Modifier and Type | Method and Description |
---|---|
void |
notify(T event,
EventMetadata metadata)
will actually call the underlying observer method with the specified event metadata
|
void notify(T event, EventMetadata metadata)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.