...
| Code Block | ||||
|---|---|---|---|---|
| ||||
@Hook
public class SubstitutionHookImpl
extends SubstitutionHookAdapter
{
@Override
public boolean confirmCreateSubstitution( String userName, Substitution substitution )
{
//implementacja metody
return true;
}
@Override
public int getOrder()
{
return 0;
}
} |
...
