All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jive.erlang.EReceive

public interface EReceive
EReceive is an interface that must be implemented by each class which want to receive messages from the Erlang server.

When implemented the receive method will be called with the message as parameter when the Erlang side wants to communicate with the object.

Each object implementing the EReceive interface must also register themselves to the EReceiver object.

Author:
Kaj Nygren (kaj@medialab.ericsson.se), Joakim Grebenö (jocke@erix.ericsson.se)

Method Index

 o receive(EVar)

Methods

 o receive
 public abstract void receive(EVar data)

All Packages  Class Hierarchy  This Package  Previous  Next  Index