Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
ITwitterService |
|
| 1.0;1 |
1 | package fr.paris.lutece.plugins.releaser.service; | |
2 | ||
3 | import fr.paris.lutece.plugins.releaser.util.CommandResult; | |
4 | ||
5 | public interface ITwitterService | |
6 | { | |
7 | ||
8 | void sendTweet(String strTweet, CommandResult commandResult ); | |
9 | ||
10 | void init( ); | |
11 | } |