public interface ShiftEventListener extends POSEventListener
POSEventListener
,
чтобы касса могла уведомлять его о событиях изменения смены.Modifier and Type | Method and Description |
---|---|
void |
onShiftClosed()
Вызывается при завершении закрытия смены.
|
void |
onShiftOpened(int newShiftNumber)
Вызывается при завершении открытии кассой смены.
|