link start!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package javax.baja.history;
|
||||
|
||||
public interface HistoryEventListener {
|
||||
void historyEvent(BHistoryEvent bHistoryEvent);
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package javax.baja.history;
|
||||
|
||||
public interface ITruncatable {
|
||||
boolean truncate(int i);
|
||||
}
|
||||
Reference in New Issue
Block a user