|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.record.RecordListener.BaseImpl
butler.ext.attribute.AttributeListener
public class AttributeListener
Listener that updates dynamic attributes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface butler.sql.record.RecordListener |
---|
RecordListener.BaseImpl |
Constructor Summary | |
---|---|
AttributeListener(Table tab)
|
Method Summary | |
---|---|
void |
afterDelete(Record rec)
|
void |
afterInsert(Record rec)
|
void |
afterUpdate(Record rec)
|
Methods inherited from class butler.sql.record.RecordListener.BaseImpl |
---|
afterSet, beforeDelete, beforeInsert, beforeSet, beforeUpdate, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeListener(Table tab) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void afterInsert(Record rec) throws java.lang.Exception
afterInsert
in interface RecordListener
afterInsert
in class RecordListener.BaseImpl
java.lang.Exception
public void afterUpdate(Record rec) throws java.lang.Exception
afterUpdate
in interface RecordListener
afterUpdate
in class RecordListener.BaseImpl
java.lang.Exception
public void afterDelete(Record rec) throws java.lang.Exception
afterDelete
in interface RecordListener
afterDelete
in class RecordListener.BaseImpl
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |