Compare commits
2 Commits
9643485e3e
...
4497f9864f
| Author | SHA1 | Date |
|---|---|---|
|
|
4497f9864f | 3 weeks ago |
|
|
a86d08cbdf | 3 weeks ago |
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
package apelet.association.plugin.businessOpportunities; |
||||||
|
|
||||||
|
import apelet.common.core.object.ObjectValue; |
||||||
|
import apelet.common.online.abstractplugin.ExecutePluginParent; |
||||||
|
|
||||||
|
public class BusinessFromPlugin extends ExecutePluginParent { |
||||||
|
@Override |
||||||
|
public void formCreated(String widgetVariableName, ObjectValue objectValue) { |
||||||
|
super.formCreated(widgetVariableName, objectValue); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
Loading…
Reference in new issue