|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VisitorInterface
All visitors with arguments must implement this interface.
Method Summary | |
---|---|
void |
accept(Visitor v)
Accepts a generic visitor. |
java.lang.Object |
accept(VisitorObject v,
java.lang.Object argu)
Accepts a visitor with argument. |
Method Detail |
---|
void accept(Visitor v) throws VisitorException
v
- the visitor
com.funambol.common.pim.common.VisitorException
VisitorException
java.lang.Object accept(VisitorObject v, java.lang.Object argu) throws VisitorException
v
- the visitorargu
- the argument
com.funambol.common.pim.common.VisitorException
VisitorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |