com.virtuosotechnologies.lib.platform
Interface PlatformListener

All Superinterfaces:
EventListener

public interface PlatformListener
extends EventListener

A listener for platform events


Field Summary
static Method PLATFORM_EVENT_HAPPENED_METHOD
          Method object referring to the platformEventHappened method
 
Method Summary
 void platformEventHappened(PlatformEvent ev)
          A platform-specific event happened
 

Field Detail

PLATFORM_EVENT_HAPPENED_METHOD

public static final Method PLATFORM_EVENT_HAPPENED_METHOD
Method object referring to the platformEventHappened method

Method Detail

platformEventHappened

public void platformEventHappened(PlatformEvent ev)
A platform-specific event happened

Parameters:
ev - the event