WareSeeker Search Software

callback


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Callback 1.07


linux Programming->Libraries Free
View Detail
Download Callback 1.07Download Callback 1.07
0.004 MB
Callback is an object interface for function callbacks.

SYNOPSIS

use Callback;

my $callback = new Callback (&myfunc, @myargs);
my $callback = new Callback ($myobj, $mymethod, @myargs);
my $callback = new Callback ($old_callback, @myargs);

$callback->call(@some_more_args);

Callback provides a standard interface to register callbacks. Those callbacks can be either purely functional (i.e. a function call with arguments) or object-oriented (a method call on an object).

When a callback is constructed, a base set of arguments can be provided. These function arguments will preceed any arguments added at the time the call is made.

There are two forms for the callback constructor, depending on whether the call is a pure functional call or a method call. The rule is that if the first argument is an object, then the second argument is a method name to be called on that object. Method resolution happens at the time the Callback object is built: an error will be raised if it cannot be found.

Callback objects built for object-oriented calls also have the property of being serializable via Storable. Purely functional callabacks cannot be serialized because CODE references are not supported by Storable.

Callback objects can be created from existing Callback objects. Any arguments will be appended onto the original list of arguments.


Tags:
2

Inline::Java::Callback 0.52


linux Programming->Libraries Free
View Detail
Download Inline::Java::Callback 0.52Download Inline::Java::Callback 0.52
0.092 MB
Inline::Java::Callback is a callback into Perl from Java.

SYNOPSIS

use Inline Java => < import org.perl.inline.java.* ;

class Pod_caller extends InlineJavaPerlCaller {
public Pod_caller() throws InlineJavaException {
}

public String perl()
throws InlineJavaException, InlineJavaPerlException {

return (String)CallPerlSub("main::perl",
new Object [] {}) ;
}
}
END

my $pc = new Pod_caller() ;
print($pc->perl() . "n") ; # prints perl

sub perl {
return "perl" ;
}

Inline::Java::Callback allows you to call Perl functions from Java. To do this you need to create an org.perl.inline.java.InlinePerlCaller object. Here is a example of a typical use:
use Inline Java => < import java.util.* ;
import org.perl.inline.java.* ;

class Pod_regexp extends InlineJavaPerlCaller {
public Pod_regexp() throws InlineJavaException {
}

public boolean match(String target, String pattern)
throws InlineJavaException {
try {
String m = (String)CallPerlSub("main::regexp",
new Object [] {target, pattern}) ;

if (m.equals("1")){
return true ;
}
}
catch (InlineJavaPerlException pe){
// $@ is in pe.GetObject()
}

return false ;
}
}
END

my $re = new Pod_regexp() ;
my $match = $re->match("Inline::Java", "^Inline") ;
print($match . "n") ; # prints 1

sub regexp {
my $target = shift ;
my $pattern = shift ;

return ($target =~ /$pattern/) ;
}


Tags:
3

Callback-Button Freeware


windows Business Finance->Misc Phone Tools $0
View Detail
Download Callback-Button FreewareDownload Callback-Button Freeware
0.00 KB

VoIP Callbackbutton for the own Website!

Callback-Button is a tariff for a VoIP Callbackbutton for the own Website. Feature: With outgoing discussions to other SIP- and IAX addresses according to standard the SIP- and/or IAX address as well as the name are transferred - alternatively also anonymous.

Own outgoing call number: optionally can be transferred also the existing fixed net number (even if the call number is with another offerer) with. For this it will have over a validating guaranteed that the number exists. For this Siphome (as with ENUM) sets also on the proven recall procedure with a code. In addition during plant connections it is examined whether the call number conveyed by the TK plant is in the list of the de-energised call numbers. Like that also the transmission of the direct-inward dialings of call number lanes is possible.

Many local area networks are available - and also the country wide new 032 it to lane is naturally at the disposal. In the tariffs with basic charges a call number is contained. Further call numbers can be booked in addition. The Routing with detailed calls (e.g. answering set, forwardings among other things.) for each call number is configurable in the Web interface! Time-steered forwardings to several goals at the same time possible: Optionally can for detailed calls on the SIP- and IAX address also forwarding to another a SIP- or IAX address or a call number in the firm or portable radio net (e.g. mobile phone become.

Result
A customer clicks on the Callbackbutton, enters its number, by the server is recalled, and at the same time the server calls the Website operator and connects finally both. Nothing costs the customers and is an innovative idea.


Tags:
4

Callback File System 1.0


windows Software Development->Components Libraries $2430
View Detail
Download Callback File System 1.0Download Callback File System 1.0
2.76 MB
Callback File System description
Callback File System lets you implement your own file system in Windows Callback File System will let you create virtual file systems and disks which meet your requirements, and give you full control over your data.

With Callback File System you can create your own file system within your application and expose this file system to Windows as a virtual disk.

Callback File System is an SDK (Software Development Kit) which opens
the way to create your own filesystems with little or no efforts.

Callback File System includes ready-to-deploy kernel-mode device driver and a user-mode API, which is used by your application. The driver creates a virtual disk with your filesystem and provide system-wide access to the disk.

The API lets you manage the driver and the virtual disk from any Windows or .NET application.

With Callback File System you can run your filesystem code in user mode, letting the driver to deal with complexities of the kernel mode.

Such approach lets you offer the remotely stored information for system-wide access.

Limitations:

· 60-day trial

Tags:
5

Extended C++ Callback Library 0.0.6


linux Programming->Libraries Free
View Detail
Download Extended C++ Callback Library 0.0.6Download Extended C++ Callback Library 0.0.6
0.52 MB
Extended C++ Callback Library provides functors and delegates for up to ten parameters.

Some callback "containers" will make life easier in special cases. For example, with DelegateList, you are able to execute all callbacks with a single call.

Whats New in This Release:

· added ReturnType Delegate1::operator()(Param1 val1)
· added void Delegate1::operator()()
· added void Delegate0::operator()()


Tags:
6

Callback File System 2.0.34


windows Software Development->Components Libraries $6975
View Detail
Download Callback File System 2.0.34Download Callback File System 2.0.34
4.40

File System driver creates a virtual device with application-provided file system and emulates a physical storage.
The driver works on the system level and turns a storage into a "real" disk device with its own file system. The "real disk device" is accessible in read-only and/or read-write mode by any application which uses system file management API.

The driver lets you make the mounted disk visible to the user or hide it from the user.
Unlike CallbackDisk, the driver of Callback File System provides a functionality to create not just your virtual disks, but your own file systems. The driver provides a callback mechanism, which lets you keep your files and file systems wherever you want (i.e. on remote computer, in memory or database tables etc.).

User-mode API
User-mode API is simple and introduces about ten functions, specific to driver management and storage mounting operations. Also the API includes about 20 callback functions (events) which your application must handle to effectively represent a full-featured file system.
The API is needed only for driver and storage manipulation. All file operations can be performed using system file management API or framework-specific classes.

User-mode API is provided as a .NET component for .NET Framework development, a static library with one class for use in C++ and a VCL component for use in Delphi.

Security Features
Callback File System supports various security features. First of all, you can expose the virtual disk to the user by assigning it a drive letter, or you can keep the virtual disk hidden from users eye (when no drive letter is assigned). Next, Callback File System lets you control what applications or users access the data. Finally, you can support NTFS security functions for files and directories stored within Callback File System.
Tags:
7

Callback File System 1.2


windows Software Development->Components Libraries $2700
View Detail
Download Callback File System 1.2Download Callback File System 1.2
3680K
With Callback File System you can create your own file system within your application and expose this file system to Windows as a virtual disk.

Callback File System provides a kernel-mode driver, which calls your application when it needs to perform some file system operation, and a user-mode API for use by your application. And your application can expose generic data as a file system to third-party processes.

Such approach lets you offer the remotely stored information for system-wide access.

Tags:
8

Callback File System 2.0


windows Software Development->Components Libraries Free
View Detail
Download Callback File System 2.0Download Callback File System 2.0
4499 kb
With Callback File System you can create your own file system within your application and expose this file system to Windows as a virtual disk.

Callback File System provides a kernel-mode driver, which calls your application when it needs to perform some file system operation, and a user-mode API for use by your application. And your application can expose generic data as a file system to third-party processes.

Such approach lets you offer the remotely stored information for system-wide access.
Tags:
9

Karamasoft UltimateAjax - ASP.NET server control to provide AJAX callback functionality. 1.1


windows Software Development->Net $249.00
View Detail
Download Karamasoft UltimateAjax - ASP.NET server control to provide AJAX callback functionality. 1.1Download Karamasoft UltimateAjax - ASP.NET server control to provide AJAX callback functionality. 1.1
635 KB
ASP.NET server control to provide AJAX callback functionality in your web applications.
Tags:
10

Webrequest Callback-Button VoIP-Callbutton


windows Business Finance->Misc Phone Tools $0
View Detail
11

Tk::callbacks 804.027


linux Programming->Libraries Free
View Detail
Download Tk::callbacks 804.027Download Tk::callbacks 804.027
5.7 MB
Tk::callbacks allows specifying code for Tk to call.

SYNOPSIS

One can specify a callback in one of the following ways:

Without arguments:

... => ⊂name, ...
... => sub { ... }, ...
... => methodname, ...

or with arguments:

... => [ ⊂name ?, args ...? ], ...
... => [ sub { ... } ?, args...? ], ...
... => [ methodname ?, args...?], ...

Perl/Tk has a callback, where Tcl/Tk has a command string (i.e. a fragment of Tcl to be executed). A perl/Tk callback can take one of the following basic forms:

Reference to a subroutine ⊂name
Anonymous subroutine (closure) sub { ... }
A method name methodname

Any of these can be provided with arguments by enclosing them and the arguments in []. Here are some examples:

$mw->bind($class, " " => Delete);

This will call $widget->Delete, the $widget being provided (by bind) as the one where the Delete key was pressed.
While having bind provide a widget object for you is ideal in many cases it can be irritating in others. Using the list form this behaviour can be modified:

$a->bind(" ",[$b => Delete]);

because the first element $b is an object bind will call $b->Delete.

Note that method/object ordering only matters for bind callbacks, the auto-quoting in perl5.001 makes the first of these a little more readable:

$w->configure(-yscrollcommand => [ set => $ysb]);
$w->configure(-yscrollcommand => [ $ysb => set ]);

but both will call $ysb->set(args provided by Tk)
Another use of arguments allows you to write generalized methods which are easier to re-use:

$a->bind(" ",[Next,Page]);
$a->bind(" ",[Next,Line]);

This will call $a->Next(Page) or $a->Next(Line) respectively.

Note that the contents of the [] are evaluated by perl when the callback is created. It is often desirable for the arguments provided to the callback to depend on the details of the event which caused it to be executed. To allow for this callbacks can be nested using the Ev(...) "constructor". Ev(...) inserts callback objects into the argument list. When perl/Tk glue code is preparing the argument list for the callback it is about to call it spots these special objects and recursively applies the callback process to them.

EXAMPLES

$entry->bind( => [$w , validate, Ev([get])]);

$toplevel->bind(all, , [&unobscure, Ev(s)]);

$mw->bind($class, , [SetCursor, Ev(UpDownLine,1)]);


Tags:
12

MapInfo Callbacks Manager 2.0


windows Software Development->Active X Free
View Detail
Download MapInfo Callbacks Manager 2.0Download MapInfo Callbacks Manager 2.0
633 kb
MapInfo Callbacks Manager is the ready-to-use ActiveX Control solution which allows to implement MapInfo Callbacks in your application.

It saves your time, as you would have to (1) place ActiveX Control on a form, (2) bind it with MapInfo and (3) write your own event handlers.

This is enough to organize information interchange between MapInfo and your client program by callbacks.

See MapInfo Callbacks Manager help file for details.
Tags:
13

MapInfo Callbacks Manager ActiveX 2.0


windows Software Development->Components Libraries $49
View Detail
Download MapInfo Callbacks Manager ActiveX 2.0Download MapInfo Callbacks Manager ActiveX 2.0
633 KB
microOLAP MapInfo Callbacks Manager is the ready-to-use ActiveX Control solution which allows to implement MapInfo Callbacks.

You can tune your Integrated Mapping application to force MapInfo automatically send information to your client program.

For example, you can set up your program so that whenever a Map window changes, MapInfo will call your client program and send it window ID (Integer) that was changed.

This type of notification, where an event determines MapInfo to call your client program, is known as a Callbacks.

You can organize information interchange between MapInfo and your client program by callbacks in 3 simple steps: place ActiveX Control on a form, bind it with MapInfo and write your own event handlers.

Limitations:

· 30 days trial

Tags:
14

PHP CallBack


script PHP Free
View Detail
15

TFilesProcess 1.0


windows Software Development->Components Libraries Free
View Detail
Download TFilesProcess 1.0Download TFilesProcess 1.0
167 KB
TFilesProcess is a Delphi component, a callback event based mass file processor with recoursion. Specify the root folder, and a filename filter, and you get back the filenames in a callback.

Tags:
16

FancyFon CallBack for Call2.com 2.0


pda System Utilities->Communications 1.66 $ to buy
View Detail
17

Karamasoft UltimateCallback (AJAX) for ASP.NET 1.0


windows Software Development->Components Libraries $249.00
View Detail
Download Karamasoft UltimateCallback (AJAX) for ASP.NET 1.0Download Karamasoft UltimateCallback (AJAX) for ASP.NET 1.0
600K
UltimateCallback is an ASP.NET server control to provide callback functionality in your web applications. This control allows you to make web pages more responsive by exchanging data with the server behind the scenes. Every time the user initiates a callback request UltimateCallback control refreshes only its own contents instead of reloading the entire web page as in the case of a regular postback to server.


* AJAX - AJAX (Asynchronous JavaScript And XML) enable your web applications to increase interactivity, speed and usability.

* Drag-Drop - Drag and drop HTML and ASP.NET controls into the UltimateCallback panel.

* Callback Result - Return callback result to a client-side function instead of rendering.

* Callback Error - Return callback error to a client-side function for exception handling.

* Loading Display - Display an HTML block while processing the callback request.

* Enable Caching - Cache callback arguments and results on the client-side to improve performance.

* Save State - Get the latest state of all form elements with the callback request.

* Auto Callback - Initiate callbacks automatically at specified intervals in milliseconds.

* Override Output - Override the callback contents both on the server-side and client-side.

* Down Level Browser Support - Handle callback requests as regular postbacks when XmlHttp is not supported.

* Client-Side API - Initiate callback requests and pass arguments to server.

* Server-Side API - Process callback request in the Callback event handler.

Tags:
18

Karamasoft UltimateCallback 1.0


windows Software Development->Components Libraries $249
View Detail
Download Karamasoft UltimateCallback 1.0Download Karamasoft UltimateCallback 1.0
636 KB
UltimateCallback is a powerful ASP.NET server control that provides callback functionality in your web applications. This control allows you to make web pages more responsive by exchanging data with the server behind the scenes. Every time the user initiates a callback request UltimateCallback control refreshes only its own contents instead of reloading the entire web page as in the case of a regular postback to server. Supports both .NET 1.x and .NET 2.0.

Here are some key features of "Karamasoft UltimateCallback":

· AJAX - AJAX (Asynchronous JavaScript And XML) enable your web applications to increase interactivity, speed and usability.
· Callback Result - Return callback result to a client-side function instead of rendering
· Callback Error - Return callback error to a client-side function for exception handling
· Loading Display - Display an HTML block while processing the callback request.
· Enable Caching - Cache callback arguments and results on the client-side to improve performance.
· Save State - Get the latest state of all form elements with the callback request.
· Auto Callback - Initiate callbacks automatically at specified intervals in milliseconds
· Override Output - Override the callback contents both on the server-side and client-side.
· Down Level Browser Support - Handle callback requests as regular postbacks when XmlHttp is not supported.
· Client-Side API - Initiate callback requests and pass arguments to server.
· Server-Side API - Process callback request in the Callback event handler.
· Inside Other Controls - Insert the UltimateCallback control into a user control.
· Cross-Browser Support: IE5+, NS7+, Firefox 1.0+, Mozilla 1.0+, Opera 8+.
· Compliancy: XHTML 1.0 Transitional compliant, VS.NET 2005 ready!
· Compatibility: Microsoft ASP.NET Web Matrix, IBuySpy Portal Framework.



Tags:
19

VOIPswitch 2.0.0.955


windows Business Finance->Applications $2500.00
View Detail
Download VOIPswitch 2.0.0.955Download VOIPswitch 2.0.0.955
1600K
Dear Friends:

Want to setup VOIP company, a business under your own brand name? We have complete solution to launche VOIP (Voice Over Internet Protocol) company. All support comes included.
Features: PC2Phone, Device2Phone, Calling Card, Callback,sms callback solution, Ani Callback solution, DID callback solution, Cli Callback, Pin Callback, Wholesale Termination, Online Billing, Unlimited Resellers Creating, online shop, invoice generator, paypal integrated online shop, pin recharge modules, H323 and SIP.
Contact us if you are interested.
Thank you,
Us Toll Free : +18888217060
Support Office : +92217019182

Sales / MSN : [code]Sales@Solution4VOIP.com [/code] ,[code]sales@solution4voip.net[/code]
Support / MSN : [code]Support@Solution4VOIP.com [/code],[code]support@solution4voip.net[/code]
Billing : [code]Billing@Solution4VOIP.com[/code]
WebSite : [code]www.solution4voip.com[/code] ,[code]www.solution4voip.net[/code],[code]

Tags:
20

KCallback.net


script ASP NET Free Additional Info: http:
View Detail
Download KCallback.netDownload KCallback.net
KCallback.net Control, the most powerful, robust, callback control available in the market today for ASP.NET with AJAX support. Written in 100% managed C# code, KCallback.net provide callback functionality in your web applications. The KCallback.net control allows developers to AJAX-enable any ASP.NET application with writing a few lines of code. It allows to update page content without postback and loss of scroll position Here is the list of general features of KCallback.net: AJAX Save State Callback Result Callback Error Override Output Loading Display Enable Caching MultiArgument Auto Callback User Control Down Level Browser Support Client-Side API Server-Side API Before and After execute client side event handler XHTML Compliance
Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket