org.limitless.nmc.Client
Interface MuLineEvent.Source

All Known Implementing Classes:
MuckConnection
Enclosing class:
MuLineEvent

public static interface MuLineEvent.Source

This describes the source of MuLineEvents.

Author:
Brian Jones

Method Summary
 void addMuLineListener(MuLineEvent.Listener aListener)
           
 UriIdentifier getMuURI()
           
 boolean isConnected()
           
 boolean isShutdownDone()
           
 boolean isValid()
           
 void removeMuLineListener(MuLineEvent.Listener aListener)
           
 boolean sendTextToMu(java.lang.String dataToSend)
           
 void shutdown()
           
 

Method Detail

addMuLineListener

void addMuLineListener(MuLineEvent.Listener aListener)

removeMuLineListener

void removeMuLineListener(MuLineEvent.Listener aListener)

sendTextToMu

boolean sendTextToMu(java.lang.String dataToSend)

shutdown

void shutdown()

isConnected

boolean isConnected()

isValid

boolean isValid()

isShutdownDone

boolean isShutdownDone()

getMuURI

UriIdentifier getMuURI()
                       throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException


Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.