Package megameklab.ui.util
Interface RefreshListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ASMainUI,BAMainUI,BMMainUI,CIMainUI,CVMainUI,DSMainUI,GEMainUI,HHWMainUI,MegaMekLabMainUI,PMMainUI,SVMainUI,WSMainUI
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidSchedules a full refresh.
-
Method Details
-
scheduleRefresh
void scheduleRefresh()Schedules a full refresh. This can be called any number of times but the refresh itself will be performed only once at the end of the current Swing UI Event (it is scheduled usingSwingUtilities.invokeLater(Runnable)) and prevented from running several times in a row. -
refreshHeader
void refreshHeader() -
refreshStatus
void refreshStatus() -
refreshAll
void refreshAll() -
refreshStructure
void refreshStructure() -
refreshArmor
void refreshArmor() -
refreshWeapons
void refreshWeapons() -
refreshEquipment
void refreshEquipment() -
refreshTransport
void refreshTransport() -
refreshBuild
void refreshBuild() -
refreshPreview
void refreshPreview() -
refreshSummary
void refreshSummary() -
refreshEquipmentTable
void refreshEquipmentTable()
-