Пример #1
0
 // 70
 void afterUpdate(SmTbProductBean pObject) throws SQLException {
   if (listener != null) listener.afterUpdate(pObject);
 }
Пример #2
0
 // 69
 void beforeUpdate(SmTbProductBean pObject) throws SQLException {
   if (listener != null) listener.beforeUpdate(pObject);
 }