PETQuickDrawNotification
- class modules.js.Notification.PETQuickDrawNotification()
- modules.js.Notification.PETQuickDrawNotification.PETQuickDrawNotification
constructor
- modules.js.Notification.PETQuickDrawNotification.quickDrawActionDiscardNotificationHandler(notification)
Handler function for the quickDrawActionDiscardNotificationHandler
- Arguments
notification (
Object()
) – notification received from the backend
- modules.js.Notification.PETQuickDrawNotification.quickDrawActionDiscardSelfNotificationHandler(notification)
Handler function for the quickDrawActionDiscardSelf notification
- Arguments
notification (
Object()
) – notification received from the backend
- modules.js.Notification.PETQuickDrawNotification.quickDrawActionDrawNotificationHandler(notification)
Handler function for the quickDrawActionDraw notifications, calls the parent drawCardNotificationHandler
- Arguments
notification (
Object()
) – notification received from the backend
- modules.js.Notification.PETQuickDrawNotification.quickDrawActionDrawSelfNotificationHandler(notification)
Handler function for the quickDrawActionDrawSelf notification, calls the parent drawCardSelfNotificationHandler
- Arguments
notification (
Object()
) – notification received from the backend