App
Classes | Public Member Functions | Public Attributes | List of all members
mhr.appandroid.views.imagepresentationview.ImagePresentationEvent Class Reference

Classes

enum  EventType
 

Public Member Functions

 ImagePresentationEvent (EventType type, int layerId)
 
 ImagePresentationEvent (EventType type, int layerId, Object extra)
 

Public Attributes

final EventType type
 
final int layerId
 
final Object extra
 

Detailed Description

Definition at line 3 of file ImagePresentationEvent.java.

Constructor & Destructor Documentation

mhr.appandroid.views.imagepresentationview.ImagePresentationEvent.ImagePresentationEvent ( EventType  type,
int  layerId 
)
inline

Definition at line 63 of file ImagePresentationEvent.java.

{
this.type = type;
this.layerId = layerId;
this.extra = null;
}
mhr.appandroid.views.imagepresentationview.ImagePresentationEvent.ImagePresentationEvent ( EventType  type,
int  layerId,
Object  extra 
)
inline

Definition at line 69 of file ImagePresentationEvent.java.

{
this.type = type;
this.layerId = layerId;
this.extra = extra;
}

Member Data Documentation

final Object mhr.appandroid.views.imagepresentationview.ImagePresentationEvent.extra

Definition at line 60 of file ImagePresentationEvent.java.

final int mhr.appandroid.views.imagepresentationview.ImagePresentationEvent.layerId

Definition at line 59 of file ImagePresentationEvent.java.

final EventType mhr.appandroid.views.imagepresentationview.ImagePresentationEvent.type

Definition at line 58 of file ImagePresentationEvent.java.


The documentation for this class was generated from the following file: