launch_media_movie.java
Go to the documentation of this file.
00001 
00009 package script.media.xbmc;
00010 
00011 import com.rosalfred.core.ia.rivescript.BotReply;
00012 import com.rosalfred.core.ia.rivescript.RiveScript;
00013 import com.rosalfred.core.ia.rivescript.lang.java.RunRiver;
00014 
00020 public class launch_media_movie implements RunRiver {
00021 
00022     @Override
00023     public BotReply invoke(RiveScript rs, String user, String[] args) {
00024         return new Xbmc(rs).launchMediaMovie();
00025     }
00026 }


alfred_bot
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Tue Jun 14 2016 01:34:50