|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VetoEventListener<T>
Interface for classes that can veto class-based event publication from the EventService.
| Method Summary | |
|---|---|
boolean |
shouldVeto(T event)
Determine whether an event should be vetoed or published. |
| Method Detail |
|---|
boolean shouldVeto(T event)
Prerequisite: VetoEventListener has to be subscribed with the EventService for the event object's class.
Guaranteed to be
called in the SwingEventThread when using the SwingEventService (EventBus). See EventService
event - The event object to veto or allow to be published.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||