org.apache.felix.ipojo.handlers.event.publisher
Interface Publisher

All Known Implementing Classes:
PublisherImpl

public interface Publisher

An Publisher is the interface between the EventAdminPublisherHandler and a component instance. The POJO can send event through the handler by calling a send method.

Author:
Felix Project Team

Method Summary
 void send(Dictionary content)
          Sends an event with the specified content.
 void sendData(Object o)
          Sends a data event.
 

Method Detail

send

void send(Dictionary content)
Sends an event with the specified content.

Parameters:
content - the content of the event

sendData

void sendData(Object o)
Sends a data event.

Parameters:
o - the data to send


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.