Class ClickEvent
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.api.ClickEvent
-
public class ClickEvent extends Object
Click Event to add/fire in the Outside Plant View- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClickEvent.ClickEventListener
-
Constructor Summary
Constructors Constructor Description ClickEvent(ClickEvent.ClickEventListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClickEvent.ClickEventListener
getListener()
-
-
-
Constructor Detail
-
ClickEvent
public ClickEvent(ClickEvent.ClickEventListener listener)
-
-
Method Detail
-
getListener
public ClickEvent.ClickEventListener getListener()
-
-