first commit
This commit is contained in:
10
comm/DB/src/db/DBRestoreBeanHandler.java
Executable file
10
comm/DB/src/db/DBRestoreBeanHandler.java
Executable file
@@ -0,0 +1,10 @@
|
||||
package db;
|
||||
|
||||
public interface DBRestoreBeanHandler {
|
||||
|
||||
/**
|
||||
* @param operatorEvent The operatorEvent to set.
|
||||
*/
|
||||
public void setOperatorEvent(DBOperatorEvent operatorEvent);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user