mess.extensions
Class MessNotify
java.lang.Object
|
+--mess.extensions.MessNotify
- public class MessNotify
- extends Object
- implements Userfunction
this user function does notify from mess script (through the
MessAgent). Notify takes one or two arguments - name of the
notification and (optionally) details
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MessNotify
public MessNotify(MessAgent nm)
getName
public String getName()
- Specified by:
- getName in interface Userfunction
call
public Value call(ValueVector vv,
Context c)
throws JessException
- Specified by:
- call in interface Userfunction