PackageDescription: SnarlInterface


Snarl Interface

Last published: September 17, 2009 by 'jamesr'

Defines 2 Classes
Extends 2 Classes


A basic socket based interface to Snarl. Works, within the limits of Snarl's limitations...

Usage

client := Snarl.Client new.
client register: 'VisualWorks'.
client add_class: 'One' title: 'One Class'.
client notification: 'Help Me Watson' title: 'testing' class: 'One'.
client notification: 'This is a test'

Using R2.2 (V39.85) under XP, it all seems to work