public interface Folder
| Modifier and Type | Method and Description |
|---|---|
void |
added()
Called when the folder was added to the browser space
|
Entry[] |
list(java.util.Stack<java.lang.String> path) |
void |
removed()
Called when the folder was removed from the browser space
|
void |
subscribe(java.util.Stack<java.lang.String> path,
FolderListener listener,
java.lang.Object tag) |
void |
unsubscribe(java.util.Stack<java.lang.String> path,
java.lang.Object tag) |
Entry[] list(java.util.Stack<java.lang.String> path) throws NoSuchFolderException
NoSuchFolderExceptionvoid subscribe(java.util.Stack<java.lang.String> path,
FolderListener listener,
java.lang.Object tag)
throws NoSuchFolderException
NoSuchFolderExceptionvoid unsubscribe(java.util.Stack<java.lang.String> path,
java.lang.Object tag)
throws NoSuchFolderException
NoSuchFolderExceptionvoid added()
void removed()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0