MCPcopy Create free account
hub / github.com/M66B/FairEmail / getEventQueue

Method getEventQueue

app/src/main/java/javax/mail/Service.java:654–656  ·  view source on GitHub ↗

Package private method to allow Folder to get the EventQueue for a Store.

()

Source from the content-addressed store, hash-verified

652 * Package private method to allow Folder to get the EventQueue for a Store.
653 */
654 EventQueue getEventQueue() {
655 return q;
656 }
657}

Callers 1

ServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected