Uses of Interface
kilim.EventPublisher
-
Packages that use EventPublisher Package Description kilim kilim.timerservice -
-
Uses of EventPublisher in kilim
Classes in kilim that implement EventPublisher Modifier and Type Class Description classCell<T>A cell is a single-space buffer that supports multiple producers and a single consumer, functionally identical to Mailbox bounded to a size of 1 (and hence optimized for this size)classMailbox<T>This is a typed buffer that supports multiple producers and a single consumer.classMailboxMPSC<T>This is a typed buffer that supports single producers and a single consumer.classMailboxSPSC<T>This is a typed buffer that supports single producers and a single consumer.Methods in kilim with parameters of type EventPublisher Modifier and Type Method Description voidCell.BlockingSubscriber. onEvent(EventPublisher ep, Event e)voidEmptySet_MsgAvListener. onEvent(EventPublisher ep, Event e)voidEventSubscriber. onEvent(EventPublisher ep, Event e)voidMailbox.BlockingSubscriber. onEvent(EventPublisher ep, Event e)voidTask. onEvent(EventPublisher ep, Event e) -
Uses of EventPublisher in kilim.timerservice
Methods in kilim.timerservice with parameters of type EventPublisher Modifier and Type Method Description voidTimerService.Empty. onEvent(EventPublisher ep, Event e)
-