GWTApplication.client
Interface FaultUpdatedListener
- All Known Implementing Classes:
- ModifyFault
interface FaultUpdatedListener
This interface will be implemented by a class which is interested
in knowing when a fault has been updated or not. See FaultUpdateMonitor
for more information.
Method Summary |
void |
faultUpdatedEvent(int faultNumber)
Is called when a fault is found to have been updated
in the database. |
faultUpdatedEvent
void faultUpdatedEvent(int faultNumber)
- Is called when a fault is found to have been updated
in the database.
- Parameters:
faultNumber
- This is the defect number of the fault which
has been updated in the database.