Interface IPhotoRefreshPanel
- All Known Subinterfaces:
IEidFrontPanel
- All Known Implementing Classes:
AbstractBeDataPanel
,BeCitizen2016DataPanel
,BeCitizen2019DataPanel
,BeCitizenFrontPanel
,BeCitizenFrontPanel_Old
,BeCitizenOriginalDataPanel
,DefaultBackPanel
,DefaultFrontPanel
,ForeignerDataPanel
,ForeignerFrontPanel
,GenericFrontPanel
,KidFrontPanel
,OriginalBackPanel
,V2019BackPanel
public interface IPhotoRefreshPanel
- Since:
- 1.0 Jun 19, 2009, 1.0
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The photo container has a bug and sometimes need to be refreshed.
-
Method Details
-
forcePhotoRefresh
void forcePhotoRefresh()The photo container has a bug and sometimes need to be refreshed. invalidate() and other methods doesn't work. Thus, this method affects temporary the size to refresh the photo.
-