uk.org.toot.misc.plugin
Interface PluginTransportListener

All Known Implementing Classes:
BasicPluginSupport, TootPluginSupport

public interface PluginTransportListener

A plugin wishing to receive transport notifications should provide an implementation of this interface and add (and remove) it using PluginSupport.

Author:
st

Method Summary
 void play()
           
 void stop()
           
 

Method Detail

play

void play()

stop

void stop()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.