|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.project.UDIGEvent
net.refractions.udig.project.render.ViewportModelEvent
public class ViewportModelEvent
Encapsulates a ViewportModelEvent
Nested Class Summary | |
---|---|
static class |
ViewportModelEvent.EventType
|
Field Summary |
---|
Fields inherited from class net.refractions.udig.project.UDIGEvent |
---|
newValue, oldValue, source |
Constructor Summary | |
---|---|
ViewportModelEvent(java.lang.Object source2,
ViewportModelEvent.EventType type,
java.lang.Object newValue2,
java.lang.Object oldValue2)
|
Method Summary | |
---|---|
IViewportModel |
getSource()
Gets the source of the event. |
ViewportModelEvent.EventType |
getType()
|
Methods inherited from class net.refractions.udig.project.UDIGEvent |
---|
getNewValue, getOldValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewportModelEvent(java.lang.Object source2, ViewportModelEvent.EventType type, java.lang.Object newValue2, java.lang.Object oldValue2)
Method Detail |
---|
public IViewportModel getSource()
UDIGEvent
getSource
in class UDIGEvent
public ViewportModelEvent.EventType getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |