Uses of Interface
com.aoindustries.aoserv.client.TableLoadListener
-
Packages that use TableLoadListener Package Description com.aoindustries.aoserv.client -
-
Uses of TableLoadListener in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client with parameters of type TableLoadListener Modifier and Type Method Description voidAOServTable. addTableLoadListener(TableLoadListener listener, Object param)voidAOServTable. removeTableLoadListener(TableLoadListener listener)Removes aTableLoadListenerfrom the list of objects being notified when the table is being loaded.
-