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
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.