Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/tabtoy
/ OnPostProcess
Method
OnPostProcess
v3/example/java/src/main/java/main/Table.java:88–88 ·
view source on GitHub ↗
( )
Source
from the content-addressed store, hash-verified
86
public
interface
TableEvent{
87
void
OnPreProcess( );
88
void
OnPostProcess( );
89
}
90
// Handlers
91
private
List<TableEvent> eventHandlers =
new
ArrayList<TableEvent>();
Callers
1
BuildData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected