Re: Notification services




On Wed, 5 May 1999, Eric Kidd wrote:
> 
> Would it be worthwhile to create a standard API for getting the user's
> attention?
> 

It's totally trivial with CORBA, just define a cheesy little interface
like:

interface Notify {
 void notify(); // add arguments for beep, message, or whatever
};

write a .gnorba file for it, and apps can invoke the thing without knowing
which app implements it. Implement the interface in one or more programs, 
such as a panel applet.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]