Package com.teamdev.jxbrowser.event
Interface Observer<T extends Event>
- Type Parameters:
T
- the event type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A common interface for all event observers.
-
Method Summary
-
Method Details
-
on
Invoked when the event occurred.- Parameters:
event
- the details of the event
-