Returns true if this Folder is subscribed. This method can be invoked on a closed Folder. The default implementation provided here just returns true. @return true if this Folder is subscribed
()
| 407 | * @return true if this Folder is subscribed |
| 408 | */ |
| 409 | public boolean isSubscribed() { |
| 410 | return true; |
| 411 | } |
| 412 | |
| 413 | /** |
| 414 | * Subscribe or unsubscribe this Folder. Not all Stores support |
no outgoing calls
no test coverage detected