Interface TabStatusListener
-
public interface TabStatusListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdatePendingChanges(JPanel source, boolean hasPendingChanges)Update the pending changes marker.
-
-
-
Method Detail
-
updatePendingChanges
void updatePendingChanges(JPanel source, boolean hasPendingChanges)
Update the pending changes marker.- Parameters:
source- the source componenthasPendingChanges- the pending changes flag
-
-