com.jakeapp.jake.ics.msgservice
Interface IObjectReceiveListener


Deprecated.

@Deprecated
public interface IObjectReceiveListener

Objects wanting to receive objects have to implement this

Author:
johannes
See Also:
IMsgService

Method Summary
 void receivedObject(UserId from, java.lang.String identifier, byte[] content)
          Deprecated. To receive objects from other users, an object/class has to implement this method and register itself as a ObjectReceiveListener, to receive objects from other users.
 

Method Detail

receivedObject

void receivedObject(UserId from,
                    java.lang.String identifier,
                    byte[] content)
Deprecated. 
To receive objects from other users, an object/class has to implement this method and register itself as a ObjectReceiveListener, to receive objects from other users.

Parameters:
from_userid - the user id which sent the object
from -
identifier - the identifier of this object (useually relPath or note:xxx)
content - the content itself as a byte array


Copyright © 2011. All Rights Reserved.