Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Implementing an event-driven object model in Perl

by Joost (Canon)
on Jun 23, 2006 at 23:18 UTC ( [id://557341]=note: print w/replies, xml ) Need Help??


in reply to Implementing an event-driven object model in Perl

This sounds like the observer/observable pattern. There are two implementations that I know of on cpan: Class::Observable which I don't recommend since it has a pretty serious bug, and Class::Publisher which can be used just like Class::Observable but also gives you more options selecting notifications.

  • Comment on Re: Implementing an event-driven object model in Perl

Replies are listed 'Best First'.
Re^2: Implementing an event-driven object model in Perl
by mojotoad (Monsignor) on Jun 24, 2006 at 09:24 UTC
    What's the bug in Class::Observable? I'm not overly familiar with it, but I'm curious. If it's esoteric then perhaps point me towards a thread.

    Cheers,
    Matt

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://557341]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-20 04:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found