org.brains2b.coffee
Interface TicketHandler
- All Known Implementing Classes:
- ConfigurationHandler, EncodeHandler, FileConnector, MimeHandler, NewsServer, TicketQueue
- public interface TicketHandler
handleEvent
public NNTPMessage handleEvent(CoffeeEvent event)
throws CoffeeSpill
- Throws:
CoffeeSpill
isAvailable
public boolean isAvailable()
addProgressMonitor
public void addProgressMonitor(ProgressMonitor m)
removeProgressMonitor
public void removeProgressMonitor(ProgressMonitor m)
open
public void open()
throws java.lang.Exception
- Throws:
java.lang.Exception
close
public void close()
throws java.lang.Exception
- Throws:
java.lang.Exception
getHandledEvents
public int[] getHandledEvents()