Package com.apama.epl.plugin
Interface EventHandler
-
public interface EventHandler
Handler interface used for callbacks when a plugin listens for events on a channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEvent(java.lang.String event, java.lang.String channel)
-