You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a rollback happens, a RollbackListener class should receive the notification of the RollbackEvent, which also include the event generating the rollback (like a PropertyChangeEvent or a ReloadEvent)
The user can intercept rollback event and do something useful for the application (i.e. print some log information)
The text was updated successfully, but these errors were encountered:
When a rollback happens, a
RollbackListener
class should receive the notification of theRollbackEvent
, which also include the event generating the rollback (like aPropertyChangeEvent
or aReloadEvent
)The user can intercept rollback event and do something useful for the application (i.e. print some log information)
The text was updated successfully, but these errors were encountered: