Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.addrbook
Interface PtrCallback


public interface PtrCallback

Defines the interface for a callback function which is called by the native counterpart of the support for the OS-specific Address Book with a pointer as its argument.

Author:
Lyubomir Marinov

Method Summary
 boolean callback(long ptr)
          Notifies this PtrCallback about a specific pointer.
 

Method Detail

callback

boolean callback(long ptr)
Notifies this PtrCallback about a specific pointer.

Parameters:
ptr - the pointer to notify this PtrCallback about
Returns:
true if this PtrCallback is to continue being called; otherwise, false

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.