void handleEvent(
$event
)
|
|
Generic event handler for notifications.
Determine if there are any notification handlers registered for the input event and if there are any subscribers.
Parameters:
API Tags:
| See: | GalleryEventListener::handleEvent |
GalleryStatus _fireNotification(
string
$name,
$notification, string
$handler, Notificationevent
$$notification
)
|
|
Fire the actual notification
Parameters:
|
string |
$name: |
Notification name |
|
Notificationevent |
$$notification: |
|
|
string |
$handler: |
Notification handler name |
|
|
$notification: |
|