link start!
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package org.apache.velocity.app.event;
|
||||
|
||||
public interface EventHandler {
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package org.apache.velocity.app.event;
|
||||
|
||||
public interface EventHandlerMethodExecutor {
|
||||
void execute(EventHandler eventHandler) throws Exception;
|
||||
|
||||
Object getReturnValue();
|
||||
|
||||
boolean isDone();
|
||||
}
|
||||
Reference in New Issue
Block a user