Package org.opennms.netmgt.threshd.api
Interface ThresholdingEventProxy
-
- All Superinterfaces:
EventProxy
- All Known Implementing Classes:
ThresholdingEventProxyImpl
public interface ThresholdingEventProxy extends EventProxy
ThresholdingEventProxy class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendEvent(Event event)
-
Methods inherited from interface org.opennms.netmgt.events.api.EventProxy
send, send
-
-
-
-
Method Detail
-
sendEvent
void sendEvent(Event event)
-
-