public interface IAction<RESULT>
void
doAction()
String
getName()
RESULT
getResult()
Object
getTarget()
setTarget(Object target)
String getName()
void doAction() throws Exception
Exception
RESULT getResult()
void setTarget(Object target)
Object getTarget()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.