mailpuccino
Interface FolderListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- FolderDataModel
- public interface FolderListener
- extends java.util.EventListener
Method Summary |
void |
update(int Type,
java.util.Vector Target)
|
FLAGS
public static final int FLAGS
- See Also:
- Constant Field Values
DELETED
public static final int DELETED
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
RESET
public static final int RESET
- See Also:
- Constant Field Values
update
public void update(int Type,
java.util.Vector Target)