Reference for JVM version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
com.spvessel.spacevil.Core.EventCommonMethodState Class Reference

Public Member Functions

List< InterfaceCommonMethodStategetActions ()
 
int size ()
 
void add (InterfaceCommonMethodState action)
 
boolean remove (InterfaceCommonMethodState action)
 
void clear ()
 
void execute (InterfaceItem sender)
 

Member Function Documentation

◆ add()

void com.spvessel.spacevil.Core.EventCommonMethodState.add ( InterfaceCommonMethodState  action)

◆ clear()

void com.spvessel.spacevil.Core.EventCommonMethodState.clear ( )

◆ execute()

void com.spvessel.spacevil.Core.EventCommonMethodState.execute ( InterfaceItem  sender)

◆ getActions()

List<InterfaceCommonMethodState> com.spvessel.spacevil.Core.EventCommonMethodState.getActions ( )

◆ remove()

boolean com.spvessel.spacevil.Core.EventCommonMethodState.remove ( InterfaceCommonMethodState  action)

◆ size()

int com.spvessel.spacevil.Core.EventCommonMethodState.size ( )

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