Changeset 67
- Timestamp:
- 05/04/06 00:04:59 (4 years ago)
- Files:
-
- 1 modified
-
trunk/lib/Data/ObjectDriver.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Data/ObjectDriver.pm
r66 r67 314 314 Adds a trigger to all objects of class I<Class>, such that when the event 315 315 I<$trigger> occurs to any of the objects, subroutine C<&callback> is run. Note 316 that triggers will not occur for instances of E<subclasses> of I<Class>, only316 that triggers will not occur for instances of I<subclasses> of I<Class>, only 317 317 of I<Class> itself. See TRIGGERS for the available triggers. 318 318
