apollo.Statistics
Interface ExecutableMethod

All Known Implementing Classes:
UserExceptionMailWarning

public interface ExecutableMethod

This is the interface for a ExecutableMethod. The method execute will be called by things like the Stats engine, and or the events engine.


Method Summary
 void execute(java.lang.String UID, java.lang.Object existingData, java.lang.Object newData)
           
 

Method Detail

execute

public void execute(java.lang.String UID,
                    java.lang.Object existingData,
                    java.lang.Object newData)