?? stringregistrywatcherholder.java
字號:
package Registry;
/**
* Registry/StringRegistryWatcherHolder.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from registry.idl
* Sunday, October 1, 2000 7:10:58 PM PDT
*/
public final class StringRegistryWatcherHolder implements org.omg.CORBA.portable.Streamable
{
public Registry.StringRegistryWatcher value = null;
public StringRegistryWatcherHolder ()
{
}
public StringRegistryWatcherHolder (Registry.StringRegistryWatcher initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = Registry.StringRegistryWatcherHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
Registry.StringRegistryWatcherHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return Registry.StringRegistryWatcherHelper.type ();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -