API specifications of NAB framework June 21, 2006
Contents PreviousNext

Chapter 5 NAB Framework API Reference

5.3 NtkEventCallbackManager(Callback Manager)

This class provides a framework for callback operations in NAB Framework in response to a call from an NTK event. (A listener function for NTKs is provided.)

The event (character string that defines a name) and the name of the Java function to be used must be specified. After they are specified, the specified Java function is called at the time the NTK event is thrown.

Method name

Outline

void delProc(int no)

Deletes the callback of the specified ID.

long addProc(String trigger, Object inst, String method, Object par)

Sets an event name and the callback function.

void execProc(String trigger)

Sets an event name and executes the callback function.


Contents PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006