MCPcopy
hub / github.com/davyxu/tabtoy / TableEvent

Interface TableEvent

v3/example/java/src/main/java/main/Table.java:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 public interface TableEvent{
87 void OnPreProcess( );
88 void OnPostProcess( );
89 }
90 // Handlers
91 private List<TableEvent> eventHandlers = new ArrayList<TableEvent>();
92

Callers 2

ResetDataMethod · 0.80
BuildDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected