Sun SPOT API
Green Release  


com.sun.squawk.vm
Class GUIInputChannel

java.lang.Object
  extended by com.sun.squawk.vm.Channel
      extended by 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

Field Summary
 
Fields inherited from class com.sun.squawk.vm.Channel
cio, result
 
Constructor Summary
GUIInputChannel(ChannelIO cio, int channelID)
          Creates the channel.
 
Method Summary
 void close()
          Closes this channel.
 
Methods inherited from class com.sun.squawk.vm.Channel
clearResult, getChannelID, getEventNumber, getResult
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIInputChannel

public GUIInputChannel(ChannelIO cio,
                       int channelID)
Creates the channel.

Parameters:
cio - the owner of the channel
channelID - the identifier of the channel
Method Detail

close

public void close()
Closes this channel.

Specified by:
close in class Channel

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.