...
| Note |
|---|
Klasa z implementacją hook'ów musi znajdować się w pakiecie com.suncode.pwfl.* lub com.suncode.client.* lub com.client.pwfl.* |
| Code Block | ||||
|---|---|---|---|---|
| ||||
@Hook
public class SubstitutionHookImpl
extends SubstitutionHookAdapter
{
@Override
public boolean confirmCreateSubstitution( String userName, Substitution substitution )
{
//implementacja metody
}
@Override
public int getOrder()
{
return 0;
}
} |
...
