Skip to content

Commit

Permalink
r2733@worktop: nicholas | 2009-01-18 01:59:26 -0600
Browse files Browse the repository at this point in the history
 Slight documentation tweak
  • Loading branch information
nperez committed Feb 22, 2009
1 parent 65c39e7 commit 56de554
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/POE/Component/PubSub.pm
Expand Up @@ -384,15 +384,16 @@ execution.
=item 'publish'
This is the event to use to publish events. It accepts one argument, the event
to publish. The sender of the publish event must own the published event and
the published event may not already be previously published.
to publish. The published event may not already be previously published. The
event may be completely arbitrary and does not require the publisher to
implement that event. Think of it as a name for a mailing list.
=item 'subscribe'
This is the event to use when subscribing to published events. It accepts two
arguments: 1) the published event, and 2) the event name of the subscriber to
be called when the published event is fired. The event must be published prior
to subscription and the sender must own the return event.
to subscription and the sender must own and implement the return event.
=item 'recind'
Expand Down

0 comments on commit 56de554

Please sign in to comment.