Uses of Class
jakarta.mail.event.ConnectionEvent
Packages that use ConnectionEvent
-
Uses of ConnectionEvent in jakarta.mail.event
Methods in jakarta.mail.event with parameters of type ConnectionEventModifier and TypeMethodDescriptionvoidConnectionAdapter.closed(ConnectionEvent e) voidConnectionListener.closed(ConnectionEvent e) Invoked when a Store/Folder/Transport is closed.voidConnectionAdapter.disconnected(ConnectionEvent e) voidConnectionListener.disconnected(ConnectionEvent e) Invoked when a Store is disconnected.voidConnectionAdapter.opened(ConnectionEvent e) voidConnectionListener.opened(ConnectionEvent e) Invoked when a Store/Folder/Transport is opened.