Mercurial > pub > Impl
comparison Lib/IMPL/Object/EventSource.pm @ 278:4ddb27ff4a0b
core refactoring
| author | cin |
|---|---|
| date | Mon, 04 Feb 2013 02:10:37 +0400 |
| parents | d1676be8afcc |
| children |
comparison
equal
deleted
inserted
replaced
| 277:6585464c4664 | 278:4ddb27ff4a0b |
|---|---|
| 65 } | 65 } |
| 66 | 66 |
| 67 package IMPL::Object::EventSource::EventTable; | 67 package IMPL::Object::EventSource::EventTable; |
| 68 use parent qw(IMPL::Object); | 68 use parent qw(IMPL::Object); |
| 69 use IMPL::Class::Property; | 69 use IMPL::Class::Property; |
| 70 use IMPL::Class::Property::Direct; | |
| 71 use Scalar::Util qw(weaken); | 70 use Scalar::Util qw(weaken); |
| 72 | 71 |
| 73 use overload | 72 use overload |
| 74 '+=' => \&opSubscribe, | 73 '+=' => \&opSubscribe, |
| 75 'fallback' => 1; | 74 'fallback' => 1; |
