Mozilla/mozilla/java/xpcom/test/basic/mthreads/context/iMThreadComponent.java
idk%eng.sun.com 4e0a322dbc *not part of the buld*
blackConnect tests update


git-svn-id: svn://10.0.0.236/trunk@99925 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 22:05:35 +00:00

37 lines
718 B
Java

/*
* ************* DO NOT EDIT THIS FILE ***********
*
* This file was automatically generated from iMThreadComponent.idl.
*/
package org.mozilla.xpcom;
/**
* Interface iMThreadComponent
*
* IID: 0xb4d98604-3226-4077-abf0-b3aa2a4eff26
*/
public interface iMThreadComponent extends nsISupports
{
public static final IID IID =
new IID("b4d98604-3226-4077-abf0-b3aa2a4eff26");
/* void Initialize (in iMThreadContext c); */
public void initialize(iMThreadContext c);
/* void THack (in nsIComponentManager cm); */
public void tHack(nsIComponentManager cm);
/* void Execute (in long thread, in long stage); */
public void execute(int thread, int stage);
}
/*
* end
*/