POE::Component::PubSub::Event - An event abstraction for POE::Component::PubSub
POE::Component::PubSub::Event is a simple abstraction for published and
subscribed events within PubSub. When using the find_event method or the
listing method from PubSub, you will receive this object.
The event's subscribers stored in a Set::Object
The event's publish type.
If the publishtype is set to PUBLISH_INPUT, this will indicate the input
handling event that belongs to the publisher
This method is delegated to the subscribers attribute to return all of the
subscribers for this event
Add the supplied subscriber to the event
Remove the supplied subscriber from the event
This method will search for a particular subscriber by their SessionID. Returns
undef if none was found.
Nicholas Perez <nperez@cpan.org>
This software is Copyright (c) 2009 by Nicholas Perez.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007