org.limitless.nmc.Client
Interface MessageEvent.Source

All Superinterfaces:
Annotation
All Known Implementing Classes:
MuConnector
Enclosing class:
MessageEvent

public static interface MessageEvent.Source
extends Annotation

This describes a source of MessageEvents.

Author:
Brian Jones

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.limitless.util.Annotation
Annotation.AnnotationNotFoundException
 
Method Summary
 void addMessageListener(MessageEvent.Listener aListener)
           
 UriIdentifier getMuURI()
           
 void removeMessageListener(MessageEvent.Listener aListener)
           
 boolean sendRequestToMU(java.lang.String request)
          This sends a single command to a MU and returns false if the command couldn't be delivered.
 void shutdown()
           
 
Methods inherited from interface org.limitless.util.Annotation
getAnnotation, removeAnnotation, setAnnotation
 

Method Detail

sendRequestToMU

boolean sendRequestToMU(java.lang.String request)
This sends a single command to a MU and returns false if the command couldn't be delivered.


addMessageListener

void addMessageListener(MessageEvent.Listener aListener)

removeMessageListener

void removeMessageListener(MessageEvent.Listener aListener)

shutdown

void shutdown()

getMuURI

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


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