Package com.inet.report
Interface RDC.FieldsRefreshListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- RDC
public static interface RDC.FieldsRefreshListener extends java.util.EventListenerFOR INTERNAL USE ONLY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefresh(RDC.FieldsRefreshEvent fre)This Method is called for all (withFields.addListener) registered listeners if the fields list was updated.
-
-
-
Method Detail
-
refresh
void refresh(RDC.FieldsRefreshEvent fre)
This Method is called for all (withFields.addListener) registered listeners if the fields list was updated.
-
-