Event types

The IEvtTypeInfo and IEvtTypeEditor abstract interfaces are described in listings 1.5 and 1.6


\begin{lstlisting}[style=JavaListing, caption= Definition of the IEvtTypeInfo in...
... public Handle evtTypes ();
public Handle evtType (int id);
}
\end{lstlisting}


\begin{lstlisting}[style=JavaListing, caption= Definition of the IEvtTypeEditor ...
...,
String decay);
public StatusCode removeEvtType (int id);
}
\end{lstlisting}



Sebastien Ponce 2004-03-12