de.phleisch.app.itsucks.event
Interface Event

All Known Implementing Classes:
CoreEvents.ConstEvent, DispatcherEvent, DispatcherList.DispatcherListEvent, JobAddedEvent, JobChangedEvent, JobEvent, SimpleEvent

public interface Event

This is the interface for an single event.

Author:
olli

Method Summary
 int getCategory()
          Returns the category of this event.
 int getType()
          Returns the type of this event.
 

Method Detail

getType

int getType()
Returns the type of this event. For an list of existing event id's, check the CoreEvents class.

Returns:

getCategory

int getCategory()
Returns the category of this event. For an list of existing categories, check the CoreEvents class.

Returns:


Copyright © 2010. All Rights Reserved.