com.sun.squawk.vm
Class GUIInputChannel
java.lang.Object
com.sun.squawk.vm.Channel
com.sun.squawk.vm.GUIInputChannel
- All Implemented Interfaces:
- java.io.Serializable
public class GUIInputChannel
- extends Channel
Special channel for input events.
- See Also:
- Serialized Form
|
Method Summary |
void |
close()
Closes this channel. |
GUIInputChannel
public GUIInputChannel(ChannelIO cio,
int channelID)
- Creates the channel.
- Parameters:
cio - the owner of the channelchannelID - the identifier of the channel
close
public void close()
- Closes this channel.
- Specified by:
close in class Channel
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.